CreateOracleDbAzureVaultDetails¶
- 
class oci.dbmulticloud.models.CreateOracleDbAzureVaultDetails(**kwargs)¶
- Bases: - object- Create Oracle DB Azure Vault obejct. - Methods - __init__(**kwargs)- Initializes a new CreateOracleDbAzureVaultDetails object with values from keyword arguments. - Attributes - azure_vault_id- Gets the azure_vault_id of this CreateOracleDbAzureVaultDetails. - compartment_id- [Required] Gets the compartment_id of this CreateOracleDbAzureVaultDetails. - defined_tags- Gets the defined_tags of this CreateOracleDbAzureVaultDetails. - display_name- [Required] Gets the display_name of this CreateOracleDbAzureVaultDetails. - freeform_tags- Gets the freeform_tags of this CreateOracleDbAzureVaultDetails. - location- Gets the location of this CreateOracleDbAzureVaultDetails. - oracle_db_azure_resource_group- Gets the oracle_db_azure_resource_group of this CreateOracleDbAzureVaultDetails. - oracle_db_connector_id- [Required] Gets the oracle_db_connector_id of this CreateOracleDbAzureVaultDetails. - properties- Gets the properties of this CreateOracleDbAzureVaultDetails. - type- Gets the type of this CreateOracleDbAzureVaultDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateOracleDbAzureVaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateOracleDbAzureVaultDetails.
- oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this CreateOracleDbAzureVaultDetails.
- display_name (str) – The value to assign to the display_name property of this CreateOracleDbAzureVaultDetails.
- oracle_db_azure_resource_group (str) – The value to assign to the oracle_db_azure_resource_group property of this CreateOracleDbAzureVaultDetails.
- azure_vault_id (str) – The value to assign to the azure_vault_id property of this CreateOracleDbAzureVaultDetails.
- type (str) – The value to assign to the type property of this CreateOracleDbAzureVaultDetails.
- location (str) – The value to assign to the location property of this CreateOracleDbAzureVaultDetails.
- properties (dict(str, str)) – The value to assign to the properties property of this CreateOracleDbAzureVaultDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateOracleDbAzureVaultDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateOracleDbAzureVaultDetails.
 
 - 
azure_vault_id¶
- Gets the azure_vault_id of this CreateOracleDbAzureVaultDetails. Azure Vault ID. - Returns: - The azure_vault_id of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - 
compartment_id¶
- [Required] Gets the compartment_id of this CreateOracleDbAzureVaultDetails. The OCID of the compartment that contains DB Azure Vault resource. - Returns: - The compartment_id of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - Gets the defined_tags of this CreateOracleDbAzureVaultDetails. 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 CreateOracleDbAzureVaultDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- [Required] Gets the display_name of this CreateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource name. - Returns: - The display_name of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - Gets the freeform_tags of this CreateOracleDbAzureVaultDetails. 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 CreateOracleDbAzureVaultDetails. - Return type: - dict(str, str) 
 - 
location¶
- Gets the location of this CreateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource location. - Returns: - The location of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - 
oracle_db_azure_resource_group¶
- Gets the oracle_db_azure_resource_group of this CreateOracleDbAzureVaultDetails. Oracle DB Azure resource group name. - Returns: - The oracle_db_azure_resource_group of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - 
oracle_db_connector_id¶
- [Required] Gets the oracle_db_connector_id of this CreateOracleDbAzureVaultDetails. The OCID of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource. - Returns: - The oracle_db_connector_id of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 - 
properties¶
- Gets the properties of this CreateOracleDbAzureVaultDetails. resource’s properties. - Returns: - The properties of this CreateOracleDbAzureVaultDetails. - Return type: - dict(str, str) 
 - 
type¶
- Gets the type of this CreateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource type. - Returns: - The type of this CreateOracleDbAzureVaultDetails. - Return type: - str 
 
-