DeleteVaultReplicaDetails¶
-
class
oci.key_management.models.
DeleteVaultReplicaDetails
(**kwargs)¶ Bases:
object
Deletes a vault replica
Methods
__init__
(**kwargs)Initializes a new DeleteVaultReplicaDetails object with values from keyword arguments. Attributes
replica_region
[Required] Gets the replica_region of this DeleteVaultReplicaDetails. -
__init__
(**kwargs)¶ Initializes a new DeleteVaultReplicaDetails 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 DeleteVaultReplicaDetails.
-
replica_region
¶ [Required] Gets the replica_region of this DeleteVaultReplicaDetails. The region in the realm on which the replica should be deleted
Returns: The replica_region of this DeleteVaultReplicaDetails. Return type: str
-