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