RebootClusterNodeDetails¶
-
class
oci.container_engine.models.
RebootClusterNodeDetails
(**kwargs)¶ Bases:
object
The properties that define a node reboot action.
Methods
__init__
(**kwargs)Initializes a new RebootClusterNodeDetails object with values from keyword arguments. Attributes
node_eviction_settings
Gets the node_eviction_settings of this RebootClusterNodeDetails. -
__init__
(**kwargs)¶ Initializes a new RebootClusterNodeDetails 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 RebootClusterNodeDetails.
-
node_eviction_settings
¶ Gets the node_eviction_settings of this RebootClusterNodeDetails.
Returns: The node_eviction_settings of this RebootClusterNodeDetails. Return type: oci.container_engine.models.NodeEvictionSettings
-