Compute V1 Client - Class Type (2.10.0)

Reference documentation and code samples for the Compute V1 Client class Type.

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 type google.cloud.compute.v1.RolloutPlanWaveOrchestrationOptionsDelay.Type

Namespace

Google \ Cloud \ Compute \ V1 \ RolloutPlanWaveOrchestrationOptionsDelay

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_TYPE

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_TYPE = 0;

TYPE_MINIMUM

Value: 234909673

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

Generated from protobuf enum TYPE_MINIMUM = 234909673;

TYPE_OFFSET

Value: 165747000

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

Generated from protobuf enum TYPE_OFFSET = 165747000;

TYPE_UNSPECIFIED

Value: 437714322

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.

Generated from protobuf enum TYPE_UNSPECIFIED = 437714322;