Enum RolloutPlanWaveOrchestrationOptionsDelay.Type (1.105.0)

public enum RolloutPlanWaveOrchestrationOptionsDelay.Type extends Enum<RolloutPlanWaveOrchestrationOptionsDelay.Type> implements ProtocolMessageEnum

Optional. 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

ProtocolMessageEnum

Static 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 = 234909673;

TYPE_MINIMUM_VALUE

The total processing time for each batch of projects will be padded if needed to meet the specified delay duration.

TYPE_MINIMUM = 234909673;

TYPE_OFFSET

The specified delay will directly be added after each batch of projects as specified by the delimiter.

TYPE_OFFSET = 165747000;

TYPE_OFFSET_VALUE

The specified delay will directly be added after each batch of projects as specified by the delimiter.

TYPE_OFFSET = 165747000;

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 = 437714322;

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.

TYPE_UNSPECIFIED = 437714322;

UNDEFINED_TYPE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

UNDEFINED_TYPE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_TYPE = 0;

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()