CreateOkeClusterManagedNodePoolConfigurationDetails

class oci.disaster_recovery.models.CreateOkeClusterManagedNodePoolConfigurationDetails(**kwargs)

Bases: object

Create managed node pool configuration properties for an OKE member.

Methods

__init__(**kwargs) Initializes a new CreateOkeClusterManagedNodePoolConfigurationDetails object with values from keyword arguments.

Attributes

id [Required] Gets the id of this CreateOkeClusterManagedNodePoolConfigurationDetails.
maximum Gets the maximum of this CreateOkeClusterManagedNodePoolConfigurationDetails.
minimum Gets the minimum of this CreateOkeClusterManagedNodePoolConfigurationDetails.
__init__(**kwargs)

Initializes a new CreateOkeClusterManagedNodePoolConfigurationDetails 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 CreateOkeClusterManagedNodePoolConfigurationDetails.
  • minimum (int) – The value to assign to the minimum property of this CreateOkeClusterManagedNodePoolConfigurationDetails.
  • maximum (int) – The value to assign to the maximum property of this CreateOkeClusterManagedNodePoolConfigurationDetails.
id

[Required] Gets the id of this CreateOkeClusterManagedNodePoolConfigurationDetails. The OCID of the managed node pool in OKE cluster.

Returns:The id of this CreateOkeClusterManagedNodePoolConfigurationDetails.
Return type:str
maximum

Gets the maximum of this CreateOkeClusterManagedNodePoolConfigurationDetails. The maximum number to which nodes in the managed node pool could be scaled up.

Returns:The maximum of this CreateOkeClusterManagedNodePoolConfigurationDetails.
Return type:int
minimum

Gets the minimum of this CreateOkeClusterManagedNodePoolConfigurationDetails. The minimum number to which nodes in the managed node pool could be scaled down.

Returns:The minimum of this CreateOkeClusterManagedNodePoolConfigurationDetails.
Return type:int