OkeClusterManagedNodePoolConfiguration¶
-
class
oci.disaster_recovery.models.
OkeClusterManagedNodePoolConfiguration
(**kwargs)¶ Bases:
object
The managed node pool configuration properties for an OKE member.
Methods
__init__
(**kwargs)Initializes a new OkeClusterManagedNodePoolConfiguration object with values from keyword arguments. Attributes
id
[Required] Gets the id of this OkeClusterManagedNodePoolConfiguration. maximum
Gets the maximum of this OkeClusterManagedNodePoolConfiguration. minimum
Gets the minimum of this OkeClusterManagedNodePoolConfiguration. -
__init__
(**kwargs)¶ Initializes a new OkeClusterManagedNodePoolConfiguration 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 OkeClusterManagedNodePoolConfiguration.
- minimum (int) – The value to assign to the minimum property of this OkeClusterManagedNodePoolConfiguration.
- maximum (int) – The value to assign to the maximum property of this OkeClusterManagedNodePoolConfiguration.
-
id
¶ [Required] Gets the id of this OkeClusterManagedNodePoolConfiguration. The OCID of the managed node pool in OKE cluster.
Returns: The id of this OkeClusterManagedNodePoolConfiguration. Return type: str
-
maximum
¶ Gets the maximum of this OkeClusterManagedNodePoolConfiguration. The maximum number to which nodes in the managed node pool could be scaled up.
Returns: The maximum of this OkeClusterManagedNodePoolConfiguration. Return type: int
-
minimum
¶ Gets the minimum of this OkeClusterManagedNodePoolConfiguration. The minimum number to which nodes in the managed node pool could be scaled down.
Returns: The minimum of this OkeClusterManagedNodePoolConfiguration. Return type: int
-