View Source GoogleApi.Redis.V1beta1.Model.FailoverInstanceRequest (google_api_redis v0.39.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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.