AwsNodes¶
-
class
oci.dbmulticloud.models.AwsNodes(**kwargs)¶ Bases:
objectAWS Identity Connector Node Details.
Attributes
STATUS_CONNECTEDA constant which can be used with the status property of a AwsNodes. STATUS_DISCONNECTEDA constant which can be used with the status property of a AwsNodes. STATUS_UNKNOWNA constant which can be used with the status property of a AwsNodes. host_idGets the host_id of this AwsNodes. host_nameGets the host_name of this AwsNodes. statusGets the status of this AwsNodes. time_last_checkedGets the time_last_checked of this AwsNodes. Methods
__init__(**kwargs)Initializes a new AwsNodes object with values from keyword arguments. -
STATUS_CONNECTED= 'CONNECTED'¶ A constant which can be used with the status property of a AwsNodes. This constant has a value of “CONNECTED”
-
STATUS_DISCONNECTED= 'DISCONNECTED'¶ A constant which can be used with the status property of a AwsNodes. This constant has a value of “DISCONNECTED”
-
STATUS_UNKNOWN= 'UNKNOWN'¶ A constant which can be used with the status property of a AwsNodes. This constant has a value of “UNKNOWN”
-
__init__(**kwargs)¶ Initializes a new AwsNodes 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 AwsNodes.
- host_id (str) – The value to assign to the host_id property of this AwsNodes.
- status (str) – The value to assign to the status property of this AwsNodes. 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 AwsNodes.
-
host_id¶ Gets the host_id of this AwsNodes. AWS host ID.
Returns: The host_id of this AwsNodes. Return type: str
-
host_name¶ Gets the host_name of this AwsNodes. AWS Host name or Identity Connector name.
Returns: The host_name of this AwsNodes. Return type: str
-
status¶ Gets the status of this AwsNodes. The current status of the AWS Identity Connector 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 AwsNodes. Return type: str
-