RestartNodeDetails¶
-
class
oci.bds.models.
RestartNodeDetails
(**kwargs)¶ Bases:
object
The information about restarted node.
Methods
__init__
(**kwargs)Initializes a new RestartNodeDetails object with values from keyword arguments. Attributes
node_id
[Required] Gets the node_id of this RestartNodeDetails. -
__init__
(**kwargs)¶ Initializes a new RestartNodeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: node_id (str) – The value to assign to the node_id property of this RestartNodeDetails.
-
node_id
¶ [Required] Gets the node_id of this RestartNodeDetails. OCID of the node to be restarted.
Returns: The node_id of this RestartNodeDetails. Return type: str
-