Google Cloud Compute V1 API - Class Google::Cloud::Compute::V1::RolloutPlanWaveOrchestrationOptionsDelay (v3.7.0)

Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::RolloutPlanWaveOrchestrationOptionsDelay.

Options to control the delay, if any, between batches of projects.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#delimiter

def delimiter() -> ::String
Returns
  • (::String) — 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. Check the Delimiter enum for the list of possible values.

#delimiter=

def delimiter=(value) -> ::String
Parameter
  • value (::String) — 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. Check the Delimiter enum for the list of possible values.

Returns
  • (::String) — 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. Check the Delimiter enum for the list of possible values.

#duration

def duration() -> ::String
Returns
  • (::String) — Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

#duration=

def duration=(value) -> ::String
Parameter
  • value (::String) — Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.
Returns
  • (::String) — Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.

#type

def type() -> ::String
Returns
  • (::String) — 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. Check the Type enum for the list of possible values.

#type=

def type=(value) -> ::String
Parameter
  • value (::String) — 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. Check the Type enum for the list of possible values.

Returns
  • (::String) — 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. Check the Type enum for the list of possible values.