ExternalExadataStorageConnectorStatus¶
-
class
oci.database_management.models.
ExternalExadataStorageConnectorStatus
(**kwargs)¶ Bases:
object
The status of an Exadata storage server connector.
Attributes
STATUS_FAILED
A constant which can be used with the status property of a ExternalExadataStorageConnectorStatus. STATUS_SUCCEEDED
A constant which can be used with the status property of a ExternalExadataStorageConnectorStatus. error_message
Gets the error_message of this ExternalExadataStorageConnectorStatus. id
Gets the id of this ExternalExadataStorageConnectorStatus. status
[Required] Gets the status of this ExternalExadataStorageConnectorStatus. Methods
__init__
(**kwargs)Initializes a new ExternalExadataStorageConnectorStatus object with values from keyword arguments. -
STATUS_FAILED
= 'FAILED'¶ A constant which can be used with the status property of a ExternalExadataStorageConnectorStatus. This constant has a value of “FAILED”
-
STATUS_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the status property of a ExternalExadataStorageConnectorStatus. This constant has a value of “SUCCEEDED”
-
__init__
(**kwargs)¶ Initializes a new ExternalExadataStorageConnectorStatus 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 ExternalExadataStorageConnectorStatus.
- status (str) – The value to assign to the status property of this ExternalExadataStorageConnectorStatus. Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- error_message (str) – The value to assign to the error_message property of this ExternalExadataStorageConnectorStatus.
-
error_message
¶ Gets the error_message of this ExternalExadataStorageConnectorStatus. The error message indicating the reason for failure or null if the connection was successful.
Returns: The error_message of this ExternalExadataStorageConnectorStatus. Return type: str
-
id
¶ Gets the id of this ExternalExadataStorageConnectorStatus. The OCID of the Exadata storage server connector.
Returns: The id of this ExternalExadataStorageConnectorStatus. Return type: str
-
status
¶ [Required] Gets the status of this ExternalExadataStorageConnectorStatus. The connection status of the connector.
Allowed values for this property are: “SUCCEEDED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this ExternalExadataStorageConnectorStatus. Return type: str
-