UpdateOracleDbAzureVaultDetails¶
- 
class oci.dbmulticloud.models.UpdateOracleDbAzureVaultDetails(**kwargs)¶
- Bases: - object- This object is about to provide input params to update Oracle DB Azure Vault resource. - Methods - __init__(**kwargs)- Initializes a new UpdateOracleDbAzureVaultDetails object with values from keyword arguments. - Attributes - azure_vault_id- Gets the azure_vault_id of this UpdateOracleDbAzureVaultDetails. - compartment_id- Gets the compartment_id of this UpdateOracleDbAzureVaultDetails. - defined_tags- Gets the defined_tags of this UpdateOracleDbAzureVaultDetails. - display_name- Gets the display_name of this UpdateOracleDbAzureVaultDetails. - freeform_tags- Gets the freeform_tags of this UpdateOracleDbAzureVaultDetails. - location- Gets the location of this UpdateOracleDbAzureVaultDetails. - oracle_db_azure_resource_group- Gets the oracle_db_azure_resource_group of this UpdateOracleDbAzureVaultDetails. - oracle_db_connector_id- Gets the oracle_db_connector_id of this UpdateOracleDbAzureVaultDetails. - properties- Gets the properties of this UpdateOracleDbAzureVaultDetails. - type- Gets the type of this UpdateOracleDbAzureVaultDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateOracleDbAzureVaultDetails 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 UpdateOracleDbAzureVaultDetails.
- oracle_db_connector_id (str) – The value to assign to the oracle_db_connector_id property of this UpdateOracleDbAzureVaultDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateOracleDbAzureVaultDetails.
- oracle_db_azure_resource_group (str) – The value to assign to the oracle_db_azure_resource_group property of this UpdateOracleDbAzureVaultDetails.
- azure_vault_id (str) – The value to assign to the azure_vault_id property of this UpdateOracleDbAzureVaultDetails.
- type (str) – The value to assign to the type property of this UpdateOracleDbAzureVaultDetails.
- location (str) – The value to assign to the location property of this UpdateOracleDbAzureVaultDetails.
- properties (dict(str, str)) – The value to assign to the properties property of this UpdateOracleDbAzureVaultDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateOracleDbAzureVaultDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateOracleDbAzureVaultDetails.
 
 - 
azure_vault_id¶
- Gets the azure_vault_id of this UpdateOracleDbAzureVaultDetails. Azure Vault ID. - Returns: - The azure_vault_id of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - 
compartment_id¶
- Gets the compartment_id of this UpdateOracleDbAzureVaultDetails. The OCID of the compartment that contains this Oracle DB Azure Vault resource. - Returns: - The compartment_id of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - Gets the defined_tags of this UpdateOracleDbAzureVaultDetails. 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 UpdateOracleDbAzureVaultDetails. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this UpdateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource name. - Returns: - The display_name of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - Gets the freeform_tags of this UpdateOracleDbAzureVaultDetails. 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 UpdateOracleDbAzureVaultDetails. - Return type: - dict(str, str) 
 - 
location¶
- Gets the location of this UpdateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource location. - Returns: - The location of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - 
oracle_db_azure_resource_group¶
- Gets the oracle_db_azure_resource_group of this UpdateOracleDbAzureVaultDetails. Oracle DB Azure resource group name. - Returns: - The oracle_db_azure_resource_group of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - 
oracle_db_connector_id¶
- Gets the oracle_db_connector_id of this UpdateOracleDbAzureVaultDetails. The OCID of the Oracle DB Connector resource that contains Oracle DB Azure Vault resource. - Returns: - The oracle_db_connector_id of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 - 
properties¶
- Gets the properties of this UpdateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource’s properties. - Returns: - The properties of this UpdateOracleDbAzureVaultDetails. - Return type: - dict(str, str) 
 - 
type¶
- Gets the type of this UpdateOracleDbAzureVaultDetails. Oracle DB Azure Vault resource type. - Returns: - The type of this UpdateOracleDbAzureVaultDetails. - Return type: - str 
 
-