Compute V1 Client - Class Delimiter (2.10.0)

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

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

Namespace

Google \ Cloud \ Compute \ V1 \ RolloutPlanWaveOrchestrationOptionsDelay

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_DELIMITER

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_DELIMITER = 0;

DELIMITER_BATCH

Value: 253390530

The delay will also be added between batches of projects corresponding to the same location.

Generated from protobuf enum DELIMITER_BATCH = 253390530;

DELIMITER_LOCATION

Value: 189398797

The delay will only be added between batches of projects corresponding to different locations.

Generated from protobuf enum DELIMITER_LOCATION = 189398797;

DELIMITER_UNSPECIFIED

Value: 372199615

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 DELIMITER_UNSPECIFIED = 372199615;