Reference documentation and code samples for the Google Cloud Memorystore for Redis V1 API class Google::Cloud::Redis::V1::UpgradeInstanceRequest.
Request for UpgradeInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
Returns
-
(::String) — Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
wherelocation_id
refers to a GCP region.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Redis instance resource name using the form:
projects/{project_id}/locations/{location_id}/instances/{instance_id}
wherelocation_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}
wherelocation_id
refers to a GCP region.
#redis_version
def redis_version() -> ::String
Returns
- (::String) — Required. Specifies the target version of Redis software to upgrade to.
#redis_version=
def redis_version=(value) -> ::String
Parameter
- value (::String) — Required. Specifies the target version of Redis software to upgrade to.
Returns
- (::String) — Required. Specifies the target version of Redis software to upgrade to.