CreateOracleDbAzureVaultDetails

class oci.dbmulticloud.models.CreateOracleDbAzureVaultDetails(**kwargs)

Bases: object

This object is about to provide input params to create DB Azure Vault.

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
defined_tags

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. Display name of DB Azure Vault.

Returns:The display_name of this CreateOracleDbAzureVaultDetails.
Return type:str
freeform_tags

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. 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. Display name of Azure Resource Group.

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 DB Connector 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. Vault Resource Type.

Returns:The type of this CreateOracleDbAzureVaultDetails.
Return type:str