Class UpgradeInstanceRequest (2.9.2)

UpgradeInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for UpgradeInstance.

Attributes

NameDescription
name str
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.
redis_version str
Required. Specifies the target version of Redis software to upgrade to.

Inheritance

builtins.object > proto.message.Message > UpgradeInstanceRequest