CloudDbSystemConnector¶
-
class
oci.database_management.models.
CloudDbSystemConnector
(**kwargs)¶ Bases:
object
The details of a cloud DB system connector.
Attributes
CONNECTOR_TYPE_MACS
A constant which can be used with the connector_type property of a CloudDbSystemConnector. LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_NOT_CONNECTED
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. cloud_db_system_id
[Required] Gets the cloud_db_system_id of this CloudDbSystemConnector. compartment_id
[Required] Gets the compartment_id of this CloudDbSystemConnector. connection_failure_message
Gets the connection_failure_message of this CloudDbSystemConnector. connection_status
Gets the connection_status of this CloudDbSystemConnector. connector_type
[Required] Gets the connector_type of this CloudDbSystemConnector. display_name
[Required] Gets the display_name of this CloudDbSystemConnector. id
[Required] Gets the id of this CloudDbSystemConnector. lifecycle_details
Gets the lifecycle_details of this CloudDbSystemConnector. lifecycle_state
[Required] Gets the lifecycle_state of this CloudDbSystemConnector. time_connection_status_last_updated
Gets the time_connection_status_last_updated of this CloudDbSystemConnector. time_created
[Required] Gets the time_created of this CloudDbSystemConnector. time_updated
[Required] Gets the time_updated of this CloudDbSystemConnector. Methods
__init__
(**kwargs)Initializes a new CloudDbSystemConnector object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
CONNECTOR_TYPE_MACS
= 'MACS'¶ A constant which can be used with the connector_type property of a CloudDbSystemConnector. This constant has a value of “MACS”
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “INACTIVE”
-
LIFECYCLE_STATE_NOT_CONNECTED
= 'NOT_CONNECTED'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “NOT_CONNECTED”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a CloudDbSystemConnector. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new CloudDbSystemConnector object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - connector_type (str) – The value to assign to the connector_type property of this CloudDbSystemConnector. Allowed values for this property are: “MACS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- id (str) – The value to assign to the id property of this CloudDbSystemConnector.
- display_name (str) – The value to assign to the display_name property of this CloudDbSystemConnector.
- compartment_id (str) – The value to assign to the compartment_id property of this CloudDbSystemConnector.
- cloud_db_system_id (str) – The value to assign to the cloud_db_system_id property of this CloudDbSystemConnector.
- connection_status (str) – The value to assign to the connection_status property of this CloudDbSystemConnector.
- connection_failure_message (str) – The value to assign to the connection_failure_message property of this CloudDbSystemConnector.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this CloudDbSystemConnector. Allowed values for this property are: “CREATING”, “NOT_CONNECTED”, “ACTIVE”, “INACTIVE”, “UPDATING”, “DELETING”, “DELETED”, “FAILED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this CloudDbSystemConnector.
- time_connection_status_last_updated (datetime) – The value to assign to the time_connection_status_last_updated property of this CloudDbSystemConnector.
- time_created (datetime) – The value to assign to the time_created property of this CloudDbSystemConnector.
- time_updated (datetime) – The value to assign to the time_updated property of this CloudDbSystemConnector.
-
cloud_db_system_id
¶ [Required] Gets the cloud_db_system_id of this CloudDbSystemConnector. The OCID of the cloud DB system that the connector is a part of.
Returns: The cloud_db_system_id of this CloudDbSystemConnector. Return type: str
-
compartment_id
¶ [Required] Gets the compartment_id of this CloudDbSystemConnector. The OCID of the compartment.
Returns: The compartment_id of this CloudDbSystemConnector. Return type: str
-
connection_failure_message
¶ Gets the connection_failure_message of this CloudDbSystemConnector. The error message indicating the reason for connection failure or null if the connection was successful.
Returns: The connection_failure_message of this CloudDbSystemConnector. Return type: str
-
connection_status
¶ Gets the connection_status of this CloudDbSystemConnector. The status of connectivity to the cloud DB system component.
Returns: The connection_status of this CloudDbSystemConnector. Return type: str
-
connector_type
¶ [Required] Gets the connector_type of this CloudDbSystemConnector. The type of connector.
Allowed values for this property are: “MACS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The connector_type of this CloudDbSystemConnector. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CloudDbSystemConnector. The user-friendly name for the cloud connector. The name does not have to be unique.
Returns: The display_name of this CloudDbSystemConnector. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
id
¶ [Required] Gets the id of this CloudDbSystemConnector. The OCID of the cloud DB system connector.
Returns: The id of this CloudDbSystemConnector. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this CloudDbSystemConnector. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this CloudDbSystemConnector. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this CloudDbSystemConnector. The current lifecycle state of the cloud DB system connector.
Allowed values for this property are: “CREATING”, “NOT_CONNECTED”, “ACTIVE”, “INACTIVE”, “UPDATING”, “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 CloudDbSystemConnector. Return type: str
-
time_connection_status_last_updated
¶ Gets the time_connection_status_last_updated of this CloudDbSystemConnector. The date and time the connectionStatus of the cloud DB system connector was last updated.
Returns: The time_connection_status_last_updated of this CloudDbSystemConnector. Return type: datetime
-
time_created
¶ [Required] Gets the time_created of this CloudDbSystemConnector. The date and time the cloud DB system connector was created.
Returns: The time_created of this CloudDbSystemConnector. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this CloudDbSystemConnector. The date and time the cloud DB system connector was last updated.
Returns: The time_updated of this CloudDbSystemConnector. Return type: datetime
-