CloudExadataStorageConnectorStatus

class oci.database_management.models.CloudExadataStorageConnectorStatus(**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 CloudExadataStorageConnectorStatus.
STATUS_SUCCEEDED A constant which can be used with the status property of a CloudExadataStorageConnectorStatus.
error_message Gets the error_message of this CloudExadataStorageConnectorStatus.
id Gets the id of this CloudExadataStorageConnectorStatus.
status [Required] Gets the status of this CloudExadataStorageConnectorStatus.

Methods

__init__(**kwargs) Initializes a new CloudExadataStorageConnectorStatus object with values from keyword arguments.
STATUS_FAILED = 'FAILED'

A constant which can be used with the status property of a CloudExadataStorageConnectorStatus. This constant has a value of “FAILED”

STATUS_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the status property of a CloudExadataStorageConnectorStatus. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

Initializes a new CloudExadataStorageConnectorStatus 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 CloudExadataStorageConnectorStatus.
  • status (str) – The value to assign to the status property of this CloudExadataStorageConnectorStatus. 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 CloudExadataStorageConnectorStatus.
error_message

Gets the error_message of this CloudExadataStorageConnectorStatus. The error message indicating the reason for failure or null if the connection was successful.

Returns:The error_message of this CloudExadataStorageConnectorStatus.
Return type:str
id

Gets the id of this CloudExadataStorageConnectorStatus. The OCID of the Exadata storage server connector.

Returns:The id of this CloudExadataStorageConnectorStatus.
Return type:str
status

[Required] Gets the status of this CloudExadataStorageConnectorStatus. 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 CloudExadataStorageConnectorStatus.
Return type:str