ReplicaDetails

class oci.key_management.models.ReplicaDetails(**kwargs)

Bases: object

Details of replication status

Attributes

STATUS_REPLICATED A constant which can be used with the status property of a ReplicaDetails.
STATUS_REPLICATING A constant which can be used with the status property of a ReplicaDetails.
region Gets the region of this ReplicaDetails.
status Gets the status of this ReplicaDetails.

Methods

__init__(**kwargs) Initializes a new ReplicaDetails object with values from keyword arguments.
STATUS_REPLICATED = 'REPLICATED'

A constant which can be used with the status property of a ReplicaDetails. This constant has a value of “REPLICATED”

STATUS_REPLICATING = 'REPLICATING'

A constant which can be used with the status property of a ReplicaDetails. This constant has a value of “REPLICATING”

__init__(**kwargs)

Initializes a new ReplicaDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • region (str) – The value to assign to the region property of this ReplicaDetails.
  • status (str) – The value to assign to the status property of this ReplicaDetails. Allowed values for this property are: “REPLICATING”, “REPLICATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
region

Gets the region of this ReplicaDetails. The replica region

Returns:The region of this ReplicaDetails.
Return type:str
status

Gets the status of this ReplicaDetails. Replication status associated with a replicationId

Allowed values for this property are: “REPLICATING”, “REPLICATED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this ReplicaDetails.
Return type:str