View Source GoogleApi.File.V1.Model.ReplicaConfig (google_api_file v0.35.0)
Replica configuration for the instance.
Attributes
-
lastActiveSyncTime
(type:DateTime.t
, default:nil
) - Output only. The timestamp of the latest replication snapshot taken on the active instance and is already replicated safely. -
peerInstance
(type:String.t
, default:nil
) - Optional. The peer instance. -
state
(type:String.t
, default:nil
) - Output only. The replica state. -
stateReasons
(type:list(String.t)
, default:nil
) - Output only. Additional information about the replication state, if available.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.File.V1.Model.ReplicaConfig{ lastActiveSyncTime: DateTime.t() | nil, peerInstance: String.t() | nil, state: String.t() | nil, stateReasons: [String.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.