ReplicaConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Replica configuration for the instance.
Attributes |
|
---|---|
Name | Description |
state |
google.cloud.filestore_v1.types.ReplicaConfig.State
Output only. The replica state. |
state_reasons |
MutableSequence[google.cloud.filestore_v1.types.ReplicaConfig.StateReason]
Output only. Additional information about the replication state, if available. |
peer_instance |
str
Optional. The peer instance. |
last_active_sync_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely. |
Classes
State
State(value)
The replica state.
StateReason
StateReason(value)
Additional information about the replication state, if available.