ReplicationStatusDetails¶
- 
class oci.key_management.models.ReplicationStatusDetails(**kwargs)¶
- Bases: - object- Details of replication status across all replica regions - Methods - __init__(**kwargs)- Initializes a new ReplicationStatusDetails object with values from keyword arguments. - Attributes - replica_details- Gets the replica_details of this ReplicationStatusDetails. - 
__init__(**kwargs)¶
- Initializes a new ReplicationStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - replica_details (list[oci.key_management.models.ReplicaDetails]) – The value to assign to the replica_details property of this ReplicationStatusDetails. 
 - 
replica_details¶
- Gets the replica_details of this ReplicationStatusDetails. Replica Details. - Returns: - The replica_details of this ReplicationStatusDetails. - Return type: - list[oci.key_management.models.ReplicaDetails] 
 
-