class Google::Apis::RedisV1beta1::UpgradeInstanceRequest

Request for UpgradeInstance.

Attributes

redis_version[RW]

Required. Specifies the target version of Redis software to upgrade to. Corresponds to the JSON property `redisVersion` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/redis_v1beta1/classes.rb, line 939
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 944
def update!(**args)
  @redis_version = args[:redis_version] if args.key?(:redis_version)
end