ArcAgentNodes¶
-
class
oci.dbmulticloud.models.
ArcAgentNodes
(**kwargs)¶ Bases:
object
Azure Arc Agent Node Details.
Attributes
STATUS_CONNECTED
A constant which can be used with the status property of a ArcAgentNodes. STATUS_DISCONNECTED
A constant which can be used with the status property of a ArcAgentNodes. STATUS_UNKNOWN
A constant which can be used with the status property of a ArcAgentNodes. current_arc_agent_version
Gets the current_arc_agent_version of this ArcAgentNodes. host_id
Gets the host_id of this ArcAgentNodes. host_name
Gets the host_name of this ArcAgentNodes. status
Gets the status of this ArcAgentNodes. time_last_checked
Gets the time_last_checked of this ArcAgentNodes. Methods
__init__
(**kwargs)Initializes a new ArcAgentNodes object with values from keyword arguments. -
STATUS_CONNECTED
= 'CONNECTED'¶ A constant which can be used with the status property of a ArcAgentNodes. This constant has a value of “CONNECTED”
-
STATUS_DISCONNECTED
= 'DISCONNECTED'¶ A constant which can be used with the status property of a ArcAgentNodes. This constant has a value of “DISCONNECTED”
-
STATUS_UNKNOWN
= 'UNKNOWN'¶ A constant which can be used with the status property of a ArcAgentNodes. This constant has a value of “UNKNOWN”
-
__init__
(**kwargs)¶ Initializes a new ArcAgentNodes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - host_name (str) – The value to assign to the host_name property of this ArcAgentNodes.
- host_id (str) – The value to assign to the host_id property of this ArcAgentNodes.
- current_arc_agent_version (str) – The value to assign to the current_arc_agent_version property of this ArcAgentNodes.
- status (str) – The value to assign to the status property of this ArcAgentNodes. Allowed values for this property are: “CONNECTED”, “DISCONNECTED”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_last_checked (datetime) – The value to assign to the time_last_checked property of this ArcAgentNodes.
-
current_arc_agent_version
¶ Gets the current_arc_agent_version of this ArcAgentNodes. Current Arc Agent Version installed on this node of VM Cluster.
Returns: The current_arc_agent_version of this ArcAgentNodes. Return type: str
-
host_id
¶ Gets the host_id of this ArcAgentNodes. Host ID.
Returns: The host_id of this ArcAgentNodes. Return type: str
-
host_name
¶ Gets the host_name of this ArcAgentNodes. Host Name or Azure Arc Agent Name.
Returns: The host_name of this ArcAgentNodes. Return type: str
-
status
¶ Gets the status of this ArcAgentNodes. The current status of the Azure Arc Agent Resource.
Allowed values for this property are: “CONNECTED”, “DISCONNECTED”, “UNKNOWN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ArcAgentNodes. Return type: str
-