View Source GoogleApi.Redis.V1beta1.Model.FailoverInstanceRequest (google_api_redis v0.50.0)
Request for Failover.
Attributes
-
dataProtectionMode
(type:String.t
, default:nil
) - Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.FailoverInstanceRequest{ dataProtectionMode: String.t() | nil }