VaultReplicaDetails¶
-
class
oci.key_management.models.
VaultReplicaDetails
(**kwargs)¶ Bases:
object
Vault replica details
Methods
__init__
(**kwargs)Initializes a new VaultReplicaDetails object with values from keyword arguments. Attributes
replication_id
Gets the replication_id of this VaultReplicaDetails. -
__init__
(**kwargs)¶ Initializes a new VaultReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: replication_id (str) – The value to assign to the replication_id property of this VaultReplicaDetails.
-
replication_id
¶ Gets the replication_id of this VaultReplicaDetails. ReplicationId associated with a vault operation
Returns: The replication_id of this VaultReplicaDetails. Return type: str
-