UpdateExternalExadataStorageConnectorDetails¶
-
class
oci.database_management.models.
UpdateExternalExadataStorageConnectorDetails
(**kwargs)¶ Bases:
object
The connector details of the Exadata storage server to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateExternalExadataStorageConnectorDetails object with values from keyword arguments. Attributes
connection_uri
Gets the connection_uri of this UpdateExternalExadataStorageConnectorDetails. connector_name
Gets the connector_name of this UpdateExternalExadataStorageConnectorDetails. credential_info
Gets the credential_info of this UpdateExternalExadataStorageConnectorDetails. defined_tags
Gets the defined_tags of this UpdateExternalExadataStorageConnectorDetails. freeform_tags
Gets the freeform_tags of this UpdateExternalExadataStorageConnectorDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateExternalExadataStorageConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - connector_name (str) – The value to assign to the connector_name property of this UpdateExternalExadataStorageConnectorDetails.
- connection_uri (str) – The value to assign to the connection_uri property of this UpdateExternalExadataStorageConnectorDetails.
- credential_info (oci.database_management.models.RestCredential) – The value to assign to the credential_info property of this UpdateExternalExadataStorageConnectorDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateExternalExadataStorageConnectorDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateExternalExadataStorageConnectorDetails.
-
connection_uri
¶ Gets the connection_uri of this UpdateExternalExadataStorageConnectorDetails. The unique string of the connection. For example, “https://<storage-server-name>/MS/RESTService/”.
Returns: The connection_uri of this UpdateExternalExadataStorageConnectorDetails. Return type: str
-
connector_name
¶ Gets the connector_name of this UpdateExternalExadataStorageConnectorDetails. The name of the Exadata storage server connector.
Returns: The connector_name of this UpdateExternalExadataStorageConnectorDetails. Return type: str
-
credential_info
¶ Gets the credential_info of this UpdateExternalExadataStorageConnectorDetails.
Returns: The credential_info of this UpdateExternalExadataStorageConnectorDetails. Return type: oci.database_management.models.RestCredential
Gets the defined_tags of this UpdateExternalExadataStorageConnectorDetails. 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 UpdateExternalExadataStorageConnectorDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateExternalExadataStorageConnectorDetails. 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 UpdateExternalExadataStorageConnectorDetails. Return type: dict(str, str)
-