class Google::Apis::RedisV1beta1::FailoverInstanceRequest
Request for Failover.
Attributes
data_protection_mode[RW]
Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default. Corresponds to the JSON property `dataProtectionMode` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/redis_v1beta1/classes.rb, line 71 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/redis_v1beta1/classes.rb, line 76 def update!(**args) @data_protection_mode = args[:data_protection_mode] if args.key?(:data_protection_mode) end