public sealed class RolloutPlanWaveSelectorLocationSelector : IMessage<RolloutPlanWaveSelectorLocationSelector>, IEquatable<RolloutPlanWaveSelectorLocationSelector>, IDeepCloneable<RolloutPlanWaveSelectorLocationSelector>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class RolloutPlanWaveSelectorLocationSelector.
Roll out to resources by location.
Implements
IMessageRolloutPlanWaveSelectorLocationSelector, IEquatableRolloutPlanWaveSelectorLocationSelector, IDeepCloneableRolloutPlanWaveSelectorLocationSelector, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
RolloutPlanWaveSelectorLocationSelector()
public RolloutPlanWaveSelectorLocationSelector()RolloutPlanWaveSelectorLocationSelector(RolloutPlanWaveSelectorLocationSelector)
public RolloutPlanWaveSelectorLocationSelector(RolloutPlanWaveSelectorLocationSelector other)| Parameter | |
|---|---|
| Name | Description |
other |
RolloutPlanWaveSelectorLocationSelector |
Properties
IncludedLocations
public RepeatedField<string> IncludedLocations { get; }Optional. Example: "us-central1-a"
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|