ExternalDbSystemConnector¶
-
class
oci.database_management.models.
ExternalDbSystemConnector
(**kwargs)¶ Bases:
object
The details of an external DB system connector.
Attributes
CONNECTOR_TYPE_MACS
A constant which can be used with the connector_type property of a ExternalDbSystemConnector. LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_DELETING
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_INACTIVE
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_NOT_CONNECTED
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. compartment_id
[Required] Gets the compartment_id of this ExternalDbSystemConnector. connection_failure_message
Gets the connection_failure_message of this ExternalDbSystemConnector. connection_status
Gets the connection_status of this ExternalDbSystemConnector. connector_type
[Required] Gets the connector_type of this ExternalDbSystemConnector. display_name
[Required] Gets the display_name of this ExternalDbSystemConnector. external_db_system_id
[Required] Gets the external_db_system_id of this ExternalDbSystemConnector. id
[Required] Gets the id of this ExternalDbSystemConnector. lifecycle_details
Gets the lifecycle_details of this ExternalDbSystemConnector. lifecycle_state
[Required] Gets the lifecycle_state of this ExternalDbSystemConnector. time_connection_status_last_updated
Gets the time_connection_status_last_updated of this ExternalDbSystemConnector. time_created
[Required] Gets the time_created of this ExternalDbSystemConnector. time_updated
[Required] Gets the time_updated of this ExternalDbSystemConnector. Methods
__init__
(**kwargs)Initializes a new ExternalDbSystemConnector 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 ExternalDbSystemConnector. This constant has a value of “MACS”
-
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_DELETING
= 'DELETING'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. This constant has a value of “DELETING”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INACTIVE
= 'INACTIVE'¶ A constant which can be used with the lifecycle_state property of a ExternalDbSystemConnector. 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 ExternalDbSystemConnector. 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 ExternalDbSystemConnector. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new ExternalDbSystemConnector 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 ExternalDbSystemConnector. 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 ExternalDbSystemConnector.
- display_name (str) – The value to assign to the display_name property of this ExternalDbSystemConnector.
- compartment_id (str) – The value to assign to the compartment_id property of this ExternalDbSystemConnector.
- external_db_system_id (str) – The value to assign to the external_db_system_id property of this ExternalDbSystemConnector.
- connection_status (str) – The value to assign to the connection_status property of this ExternalDbSystemConnector.
- connection_failure_message (str) – The value to assign to the connection_failure_message property of this ExternalDbSystemConnector.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ExternalDbSystemConnector. 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 ExternalDbSystemConnector.
- time_connection_status_last_updated (datetime) – The value to assign to the time_connection_status_last_updated property of this ExternalDbSystemConnector.
- time_created (datetime) – The value to assign to the time_created property of this ExternalDbSystemConnector.
- time_updated (datetime) – The value to assign to the time_updated property of this ExternalDbSystemConnector.
-
compartment_id
¶ [Required] Gets the compartment_id of this ExternalDbSystemConnector. The OCID of the compartment.
Returns: The compartment_id of this ExternalDbSystemConnector. Return type: str
-
connection_failure_message
¶ Gets the connection_failure_message of this ExternalDbSystemConnector. The error message indicating the reason for connection failure or null if the connection was successful.
Returns: The connection_failure_message of this ExternalDbSystemConnector. Return type: str
-
connection_status
¶ Gets the connection_status of this ExternalDbSystemConnector. The status of connectivity to the external DB system component.
Returns: The connection_status of this ExternalDbSystemConnector. Return type: str
-
connector_type
¶ [Required] Gets the connector_type of this ExternalDbSystemConnector. 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 ExternalDbSystemConnector. Return type: str
-
display_name
¶ [Required] Gets the display_name of this ExternalDbSystemConnector. The user-friendly name for the external connector. The name does not have to be unique.
Returns: The display_name of this ExternalDbSystemConnector. Return type: str
-
external_db_system_id
¶ [Required] Gets the external_db_system_id of this ExternalDbSystemConnector. The OCID of the external DB system that the connector is a part of.
Returns: The external_db_system_id of this ExternalDbSystemConnector. 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 ExternalDbSystemConnector. The OCID of the external DB system connector.
Returns: The id of this ExternalDbSystemConnector. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ExternalDbSystemConnector. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this ExternalDbSystemConnector. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ExternalDbSystemConnector. The current lifecycle state of the external 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 ExternalDbSystemConnector. Return type: str
-
time_connection_status_last_updated
¶ Gets the time_connection_status_last_updated of this ExternalDbSystemConnector. The date and time the connectionStatus of the external DB system connector was last updated.
Returns: The time_connection_status_last_updated of this ExternalDbSystemConnector. Return type: datetime
-
time_created
¶ [Required] Gets the time_created of this ExternalDbSystemConnector. The date and time the external DB system connector was created.
Returns: The time_created of this ExternalDbSystemConnector. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this ExternalDbSystemConnector. The date and time the external DB system connector was last updated.
Returns: The time_updated of this ExternalDbSystemConnector. Return type: datetime
-