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