Class FailoverInstanceRequest (2.0.0-beta09)

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

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

Inheritance

Object > FailoverInstanceRequest

Namespace

Google.Cloud.Redis.V1Beta1

Assembly

Google.Cloud.Redis.V1Beta1.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
FailoverInstanceRequest.Types.DataProtectionMode

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