public enum RolloutPlanWaveOrchestrationOptionsDelay.Type extends Enum<RolloutPlanWaveOrchestrationOptionsDelay.Type> implements ProtocolMessageEnumOptional. Controls whether the specified duration is to be added at the end of each batch, or if the total processing time for each batch will be padded if needed to meet the specified duration.
Must be set to TYPE_UNSPECIFIED if no delay is to be added.
Protobuf enum google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
TYPE_MINIMUM |
The total processing time for each batch of projects will be padded if needed to meet the specified delay duration. |
TYPE_MINIMUM_VALUE |
The total processing time for each batch of projects will be padded if needed to meet the specified delay duration. |
TYPE_OFFSET |
The specified delay will directly be added after each batch of projects as specified by the delimiter. |
TYPE_OFFSET_VALUE |
The specified delay will directly be added after each batch of projects as specified by the delimiter. |
TYPE_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. |
TYPE_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_TYPE |
A value indicating that the enum field is not set. |
UNDEFINED_TYPE_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() |
|