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. -
__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_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
-