Class FailoverInstanceRequest (2.9.0)

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

Request for Failover.

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.
data_protection_mode google.cloud.redis_v1.types.FailoverInstanceRequest.DataProtectionMode
Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.

Inheritance

builtins.object > proto.message.Message > FailoverInstanceRequest

Classes

DataProtectionMode

DataProtectionMode(value)

Specifies different modes of operation in relation to the data retention.