Class: Google::Apis::RedisV1beta1::FailoverInstanceRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/redis_v1beta1/classes.rb,
lib/google/apis/redis_v1beta1/representations.rb,
lib/google/apis/redis_v1beta1/representations.rb

Overview

Request for Failover.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ FailoverInstanceRequest

Returns a new instance of FailoverInstanceRequest.



982
983
984
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 982

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#data_protection_modeString

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

Returns:

  • (String)


980
981
982
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 980

def data_protection_mode
  @data_protection_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



987
988
989
# File 'lib/google/apis/redis_v1beta1/classes.rb', line 987

def update!(**args)
  @data_protection_mode = args[:data_protection_mode] if args.key?(:data_protection_mode)
end