Memorystore v1 API - Class ZoneDistributionConfig (1.0.0-beta01)

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

Reference documentation and code samples for the Memorystore v1 API class ZoneDistributionConfig.

Zone distribution configuration for allocation of instance resources.

Inheritance

object > ZoneDistributionConfig

Namespace

Google.Cloud.Memorystore.V1

Assembly

Google.Cloud.Memorystore.V1.dll

Constructors

ZoneDistributionConfig()

public ZoneDistributionConfig()

ZoneDistributionConfig(ZoneDistributionConfig)

public ZoneDistributionConfig(ZoneDistributionConfig other)
Parameter
Name Description
other ZoneDistributionConfig

Properties

Mode

public ZoneDistributionConfig.Types.ZoneDistributionMode Mode { get; set; }

Optional. Current zone distribution mode. Defaults to MULTI_ZONE.

Property Value
Type Description
ZoneDistributionConfigTypesZoneDistributionMode

Zone

public string Zone { get; set; }

Optional. Defines zone where all resources will be allocated with SINGLE_ZONE mode. Ignored for MULTI_ZONE mode.

Property Value
Type Description
string