UpdateExternalDbSystemConnectorDetails

class oci.database_management.models.UpdateExternalDbSystemConnectorDetails(**kwargs)

Bases: object

The details required to update an external DB system connector.

Attributes

CONNECTOR_TYPE_MACS A constant which can be used with the connector_type property of a UpdateExternalDbSystemConnectorDetails.
connector_type [Required] Gets the connector_type of this UpdateExternalDbSystemConnectorDetails.

Methods

__init__(**kwargs) Initializes a new UpdateExternalDbSystemConnectorDetails 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 UpdateExternalDbSystemConnectorDetails. This constant has a value of “MACS”

__init__(**kwargs)

Initializes a new UpdateExternalDbSystemConnectorDetails 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 UpdateExternalDbSystemConnectorDetails. Allowed values for this property are: “MACS”
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
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.