Class: Google::Apis::RedisV1::UpgradeInstanceRequest
- Inherits:
-
Object
- Object
- Google::Apis::RedisV1::UpgradeInstanceRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/redis_v1/classes.rb,
lib/google/apis/redis_v1/representations.rb,
lib/google/apis/redis_v1/representations.rb
Overview
Request for UpgradeInstance.
Instance Attribute Summary collapse
-
#redis_version ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UpgradeInstanceRequest
constructor
A new instance of UpgradeInstanceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UpgradeInstanceRequest
Returns a new instance of UpgradeInstanceRequest.
2925 2926 2927 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2925 def initialize(**args) update!(**args) end |
Instance Attribute Details
#redis_version ⇒ String
Required. Specifies the target version of Redis software to upgrade to.
Corresponds to the JSON property redisVersion
2923 2924 2925 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2923 def redis_version @redis_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2930 2931 2932 |
# File 'lib/google/apis/redis_v1/classes.rb', line 2930 def update!(**args) @redis_version = args[:redis_version] if args.key?(:redis_version) end |