CreateOkeClusterVaultMappingDetails

class oci.disaster_recovery.models.CreateOkeClusterVaultMappingDetails(**kwargs)

Bases: object

Create source-to-destination mapping for a vault.

Methods

__init__(**kwargs) Initializes a new CreateOkeClusterVaultMappingDetails object with values from keyword arguments.

Attributes

destination_vault_id [Required] Gets the destination_vault_id of this CreateOkeClusterVaultMappingDetails.
source_vault_id [Required] Gets the source_vault_id of this CreateOkeClusterVaultMappingDetails.
__init__(**kwargs)

Initializes a new CreateOkeClusterVaultMappingDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_vault_id (str) – The value to assign to the source_vault_id property of this CreateOkeClusterVaultMappingDetails.
  • destination_vault_id (str) – The value to assign to the destination_vault_id property of this CreateOkeClusterVaultMappingDetails.
destination_vault_id

[Required] Gets the destination_vault_id of this CreateOkeClusterVaultMappingDetails. The OCID of the destination Vault.

Example: ocid1.vault.oc1..uniqueID

Returns:The destination_vault_id of this CreateOkeClusterVaultMappingDetails.
Return type:str
source_vault_id

[Required] Gets the source_vault_id of this CreateOkeClusterVaultMappingDetails. The OCID of the source Vault.

Example: ocid1.vault.oc1..uniqueID
Returns:The source_vault_id of this CreateOkeClusterVaultMappingDetails.
Return type:str