Google Cloud Memorystore for Redis v1 API - Class FailoverInstanceRequest (3.4.0)

public sealed class FailoverInstanceRequest : IMessage<FailoverInstanceRequest>, IEquatable<FailoverInstanceRequest>, IDeepCloneable<FailoverInstanceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class FailoverInstanceRequest.

Request for [Failover][google.cloud.redis.v1.CloudRedis.FailoverInstance].

Inheritance

object > FailoverInstanceRequest

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

FailoverInstanceRequest()

public FailoverInstanceRequest()

FailoverInstanceRequest(FailoverInstanceRequest)

public FailoverInstanceRequest(FailoverInstanceRequest other)
Parameter
NameDescription
otherFailoverInstanceRequest

Properties

DataProtectionMode

public FailoverInstanceRequest.Types.DataProtectionMode DataProtectionMode { get; set; }

Optional. Available data protection modes that the user can choose. If it's unspecified, data protection mode will be LIMITED_DATA_LOSS by default.

Property Value
TypeDescription
FailoverInstanceRequestTypesDataProtectionMode

InstanceName

public InstanceName InstanceName { get; set; }

InstanceName-typed view over the Name resource name property.

Property Value
TypeDescription
InstanceName

Name

public string Name { get; set; }

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.

Property Value
TypeDescription
string