UpdateExternalDbSystemMacsConnectorDetails¶
-
class
oci.database_management.models.
UpdateExternalDbSystemMacsConnectorDetails
(**kwargs)¶ Bases:
oci.database_management.models.update_external_db_system_connector_details.UpdateExternalDbSystemConnectorDetails
The details for updating the external Management Agent Cloud Service (MACS) connector used to connect to an external DB system component.
Attributes
CONNECTOR_TYPE_MACS
str(object=’’) -> str connection_info
Gets the connection_info of this UpdateExternalDbSystemMacsConnectorDetails. connector_type
[Required] Gets the connector_type of this UpdateExternalDbSystemConnectorDetails. defined_tags
Gets the defined_tags of this UpdateExternalDbSystemMacsConnectorDetails. freeform_tags
Gets the freeform_tags of this UpdateExternalDbSystemMacsConnectorDetails. Methods
__init__
(**kwargs)Initializes a new UpdateExternalDbSystemMacsConnectorDetails 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'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateExternalDbSystemMacsConnectorDetails object with values from keyword arguments. The default value of the
connector_type
attribute of this class isMACS
and it should not be changed. 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 UpdateExternalDbSystemMacsConnectorDetails. Allowed values for this property are: “MACS”
- connection_info (oci.database_management.models.ExternalDbSystemConnectionInfo) – The value to assign to the connection_info property of this UpdateExternalDbSystemMacsConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExternalDbSystemMacsConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExternalDbSystemMacsConnectorDetails.
-
connection_info
¶ Gets the connection_info of this UpdateExternalDbSystemMacsConnectorDetails.
Returns: The connection_info of this UpdateExternalDbSystemMacsConnectorDetails. Return type: oci.database_management.models.ExternalDbSystemConnectionInfo
-
connector_type
¶ [Required] Gets the connector_type of this UpdateExternalDbSystemConnectorDetails. The type of connector.
Allowed values for this property are: “MACS”
Returns: The connector_type of this UpdateExternalDbSystemConnectorDetails. Return type: str
Gets the defined_tags of this UpdateExternalDbSystemMacsConnectorDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this UpdateExternalDbSystemMacsConnectorDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateExternalDbSystemMacsConnectorDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateExternalDbSystemMacsConnectorDetails. Return type: dict(str, 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.
-