UpdateOkeClusterManagedNodePoolConfigurationDetails

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

Bases: object

Update managed node pool configuration properties for an OKE member.

Methods

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

Attributes

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

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

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

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

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

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

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

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