ReplaceBootVolumeClusterNodeDetails

class oci.container_engine.models.ReplaceBootVolumeClusterNodeDetails(**kwargs)

Bases: object

The properties that define a node boot volume replacement action.

Methods

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

Attributes

node_eviction_settings Gets the node_eviction_settings of this ReplaceBootVolumeClusterNodeDetails.
__init__(**kwargs)

Initializes a new ReplaceBootVolumeClusterNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:node_eviction_settings (oci.container_engine.models.NodeEvictionSettings) – The value to assign to the node_eviction_settings property of this ReplaceBootVolumeClusterNodeDetails.
node_eviction_settings

Gets the node_eviction_settings of this ReplaceBootVolumeClusterNodeDetails.

Returns:The node_eviction_settings of this ReplaceBootVolumeClusterNodeDetails.
Return type:oci.container_engine.models.NodeEvictionSettings