OkeClusterVirtualNodePoolConfiguration¶
-
class
oci.disaster_recovery.models.
OkeClusterVirtualNodePoolConfiguration
(**kwargs)¶ Bases:
object
The virtual node pool configuration properties for an OKE member.
Methods
__init__
(**kwargs)Initializes a new OkeClusterVirtualNodePoolConfiguration object with values from keyword arguments. Attributes
id
[Required] Gets the id of this OkeClusterVirtualNodePoolConfiguration. maximum
Gets the maximum of this OkeClusterVirtualNodePoolConfiguration. minimum
Gets the minimum of this OkeClusterVirtualNodePoolConfiguration. -
__init__
(**kwargs)¶ Initializes a new OkeClusterVirtualNodePoolConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this OkeClusterVirtualNodePoolConfiguration.
- minimum (int) – The value to assign to the minimum property of this OkeClusterVirtualNodePoolConfiguration.
- maximum (int) – The value to assign to the maximum property of this OkeClusterVirtualNodePoolConfiguration.
-
id
¶ [Required] Gets the id of this OkeClusterVirtualNodePoolConfiguration. The OCID of the virtual node pool in OKE cluster.
Returns: The id of this OkeClusterVirtualNodePoolConfiguration. Return type: str
-
maximum
¶ Gets the maximum of this OkeClusterVirtualNodePoolConfiguration. The maximum number to which nodes in the virtual node pool could be scaled up.
Returns: The maximum of this OkeClusterVirtualNodePoolConfiguration. Return type: int
-
minimum
¶ Gets the minimum of this OkeClusterVirtualNodePoolConfiguration. The minimum number to which nodes in the virtual node pool could be scaled down.
Returns: The minimum of this OkeClusterVirtualNodePoolConfiguration. Return type: int
-