public enum RolloutPlanWaveOrchestrationOptionsDelay.Delimiter extends Enum<RolloutPlanWaveOrchestrationOptionsDelay.Delimiter> implements ProtocolMessageEnumOptional. Controls whether the delay should only be added between batches of projects corresponding to different locations, or also between batches of projects corresponding to the same location.
Must be set to DELIMITER_UNSPECIFIED if no delay is to be added.
Protobuf enum
google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay.Delimiter
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DELIMITER_BATCH |
The delay will also be added between batches of projects corresponding to the same location. |
DELIMITER_BATCH_VALUE |
The delay will also be added between batches of projects corresponding to the same location. |
DELIMITER_LOCATION |
The delay will only be added between batches of projects corresponding to different locations. |
DELIMITER_LOCATION_VALUE |
The delay will only be added between batches of projects corresponding to different locations. |
DELIMITER_UNSPECIFIED |
No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done. |
DELIMITER_UNSPECIFIED_VALUE |
No delay will be added between batches of projects. Processing will continue with the next batch as soon as the previous batch of LROs is done. |
UNDEFINED_DELIMITER |
A value indicating that the enum field is not set. |
UNDEFINED_DELIMITER_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|