RoverNodeSummary¶
-
class
oci.rover.models.
RoverNodeSummary
(**kwargs)¶ Bases:
object
Summary of the RoverNode.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a RoverNodeSummary. NODE_TYPE_CLUSTERED
A constant which can be used with the node_type property of a RoverNodeSummary. NODE_TYPE_STANDALONE
A constant which can be used with the node_type property of a RoverNodeSummary. NODE_TYPE_STATION
A constant which can be used with the node_type property of a RoverNodeSummary. cluster_id
Gets the cluster_id of this RoverNodeSummary. compartment_id
[Required] Gets the compartment_id of this RoverNodeSummary. defined_tags
Gets the defined_tags of this RoverNodeSummary. display_name
Gets the display_name of this RoverNodeSummary. freeform_tags
Gets the freeform_tags of this RoverNodeSummary. id
[Required] Gets the id of this RoverNodeSummary. lifecycle_state
[Required] Gets the lifecycle_state of this RoverNodeSummary. lifecycle_state_details
Gets the lifecycle_state_details of this RoverNodeSummary. node_type
Gets the node_type of this RoverNodeSummary. serial_number
Gets the serial_number of this RoverNodeSummary. shape
Gets the shape of this RoverNodeSummary. system_tags
Gets the system_tags of this RoverNodeSummary. time_created
Gets the time_created of this RoverNodeSummary. Methods
__init__
(**kwargs)Initializes a new RoverNodeSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a RoverNodeSummary. This constant has a value of “UPDATING”
-
NODE_TYPE_CLUSTERED
= 'CLUSTERED'¶ A constant which can be used with the node_type property of a RoverNodeSummary. This constant has a value of “CLUSTERED”
-
NODE_TYPE_STANDALONE
= 'STANDALONE'¶ A constant which can be used with the node_type property of a RoverNodeSummary. This constant has a value of “STANDALONE”
-
NODE_TYPE_STATION
= 'STATION'¶ A constant which can be used with the node_type property of a RoverNodeSummary. This constant has a value of “STATION”
-
__init__
(**kwargs)¶ Initializes a new RoverNodeSummary 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 RoverNodeSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this RoverNodeSummary.
- cluster_id (str) – The value to assign to the cluster_id property of this RoverNodeSummary.
- serial_number (str) – The value to assign to the serial_number property of this RoverNodeSummary.
- node_type (str) – The value to assign to the node_type property of this RoverNodeSummary. Allowed values for this property are: “STANDALONE”, “CLUSTERED”, “STATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- shape (str) – The value to assign to the shape property of this RoverNodeSummary.
- display_name (str) – The value to assign to the display_name property of this RoverNodeSummary.
- time_created (datetime) – The value to assign to the time_created property of this RoverNodeSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this RoverNodeSummary. Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this RoverNodeSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this RoverNodeSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this RoverNodeSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this RoverNodeSummary.
-
cluster_id
¶ Gets the cluster_id of this RoverNodeSummary. The cluster ID if the node is part of a cluster.
Returns: The cluster_id of this RoverNodeSummary. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this RoverNodeSummary. The OCID of the compartment containing the RoverNode.
Returns: The compartment_id of this RoverNodeSummary. Return type: str
Gets the defined_tags of this RoverNodeSummary. The defined tags associated with this resource, if any. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this RoverNodeSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this RoverNodeSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this RoverNodeSummary. Return type: str
Gets the freeform_tags of this RoverNodeSummary. The freeform tags associated with this resource, if any. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this RoverNodeSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this RoverNodeSummary. The OCID of the RoverNode.
Returns: The id of this RoverNodeSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this RoverNodeSummary. The current state of the RoverNode.
Allowed values for this property are: “CREATING”, “UPDATING”, “ACTIVE”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this RoverNodeSummary. Return type: str
-
lifecycle_state_details
¶ Gets the lifecycle_state_details of this RoverNodeSummary. A property that can contain details on the lifecycle.
Returns: The lifecycle_state_details of this RoverNodeSummary. Return type: str
-
node_type
¶ Gets the node_type of this RoverNodeSummary. The type of node indicating if it belongs to a cluster
Allowed values for this property are: “STANDALONE”, “CLUSTERED”, “STATION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The node_type of this RoverNodeSummary. Return type: str
-
serial_number
¶ Gets the serial_number of this RoverNodeSummary. Serial number of the node.
Returns: The serial_number of this RoverNodeSummary. Return type: str
-
shape
¶ Gets the shape of this RoverNodeSummary. The shape of the node.
Returns: The shape of this RoverNodeSummary. Return type: str
Gets the system_tags of this RoverNodeSummary. The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces. For more information, see Resource Tags. Example: {orcl-cloud: {free-tier-retain: true}}
Returns: The system_tags of this RoverNodeSummary. Return type: dict(str, dict(str, object))
-
time_created
¶ Gets the time_created of this RoverNodeSummary. The time the the RoverNode was created. An RFC3339 formatted datetime string
Returns: The time_created of this RoverNodeSummary. Return type: datetime
-