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-
(::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-
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.
-
(::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- (::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- value (::String) — Optional. The duration of the delay, if any, to be added between batches of projects. A zero duration corresponds to no delay.
- (::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-
(::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-
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.
-
(::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.