CreateOkeClusterVirtualNodePoolConfigurationDetails

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

Bases: object

Create virtual node pool configuration properties for an OKE member.

Methods

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

Attributes

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

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

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

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

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

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

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

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