CreateVaultReplicaDetails¶
- 
class oci.key_management.models.CreateVaultReplicaDetails(**kwargs)¶
- Bases: - object- Creates a vault replica. - Methods - __init__(**kwargs)- Initializes a new CreateVaultReplicaDetails object with values from keyword arguments. - Attributes - replica_region- [Required] Gets the replica_region of this CreateVaultReplicaDetails. - replica_vault_metadata- Gets the replica_vault_metadata of this CreateVaultReplicaDetails. - 
__init__(**kwargs)¶
- Initializes a new CreateVaultReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - replica_region (str) – The value to assign to the replica_region property of this CreateVaultReplicaDetails.
- replica_vault_metadata (oci.key_management.models.ReplicaVaultMetadata) – The value to assign to the replica_vault_metadata property of this CreateVaultReplicaDetails.
 
 - 
replica_region¶
- [Required] Gets the replica_region of this CreateVaultReplicaDetails. The region in the realm to which the vault need to be replicated to - Returns: - The replica_region of this CreateVaultReplicaDetails. - Return type: - str 
 - 
replica_vault_metadata¶
- Gets the replica_vault_metadata of this CreateVaultReplicaDetails. - Returns: - The replica_vault_metadata of this CreateVaultReplicaDetails. - Return type: - oci.key_management.models.ReplicaVaultMetadata 
 
-