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