UpdateNodePoolNodeConfigDetails¶
-
class
oci.container_engine.models.
UpdateNodePoolNodeConfigDetails
(**kwargs)¶ Bases:
object
The size and placement configuration of nodes in the node pool.
Methods
__init__
(**kwargs)Initializes a new UpdateNodePoolNodeConfigDetails object with values from keyword arguments. Attributes
placement_configs
Gets the placement_configs of this UpdateNodePoolNodeConfigDetails. size
Gets the size of this UpdateNodePoolNodeConfigDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateNodePoolNodeConfigDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - size (int) – The value to assign to the size property of this UpdateNodePoolNodeConfigDetails.
- placement_configs (list[oci.container_engine.models.NodePoolPlacementConfigDetails]) – The value to assign to the placement_configs property of this UpdateNodePoolNodeConfigDetails.
-
placement_configs
¶ Gets the placement_configs of this UpdateNodePoolNodeConfigDetails. The placement configurations for the node pool. Provide one placement configuration for each availability domain in which you intend to launch a node.
To use the node pool with a regional subnet, provide a placement configuration for each availability domain, and include the regional subnet in each placement configuration.
Returns: The placement_configs of this UpdateNodePoolNodeConfigDetails. Return type: list[oci.container_engine.models.NodePoolPlacementConfigDetails]
-
size
¶ Gets the size of this UpdateNodePoolNodeConfigDetails. The number of nodes in the node pool.
Returns: The size of this UpdateNodePoolNodeConfigDetails. Return type: int
-