OkeClusterVaultMapping

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

Bases: object

Source-to-destination mapping for a vault.

Methods

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

Attributes

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

Initializes a new OkeClusterVaultMapping 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 OkeClusterVaultMapping.
  • destination_vault_id (str) – The value to assign to the destination_vault_id property of this OkeClusterVaultMapping.
destination_vault_id

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

Example: ocid1.vault.oc1..uniqueID

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

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

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