Class: Google::Cloud::Redis::V1beta1::UpgradeInstanceRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Request for UpgradeInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.

Returns:

  • (::String)

    Required. Redis instance resource name using the form: projects/{project_id}/locations/{location_id}/instances/{instance_id} where location_id refers to a GCP region.



601
602
603
604
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 601

class UpgradeInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#redis_version::String

Returns Required. Specifies the target version of Redis software to upgrade to.

Returns:

  • (::String)

    Required. Specifies the target version of Redis software to upgrade to.



601
602
603
604
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 601

class UpgradeInstanceRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end