Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::OSPolicyAssignment::Rollout (v0.16.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::OSPolicyAssignment::Rollout.

Message to configure the rollout at the zonal level for the OS policy assignment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#disruption_budget

def disruption_budget() -> ::Google::Cloud::OsConfig::V1::FixedOrPercent
Returns

#disruption_budget=

def disruption_budget=(value) -> ::Google::Cloud::OsConfig::V1::FixedOrPercent
Parameter
Returns

#min_wait_duration

def min_wait_duration() -> ::Google::Protobuf::Duration
Returns
  • (::Google::Protobuf::Duration) — Required. This determines the minimum duration of time to wait after the configuration changes are applied through the current rollout. A VM continues to count towards the disruption_budget at least until this duration of time has passed after configuration changes are applied.

#min_wait_duration=

def min_wait_duration=(value) -> ::Google::Protobuf::Duration
Parameter
  • value (::Google::Protobuf::Duration) — Required. This determines the minimum duration of time to wait after the configuration changes are applied through the current rollout. A VM continues to count towards the disruption_budget at least until this duration of time has passed after configuration changes are applied.
Returns
  • (::Google::Protobuf::Duration) — Required. This determines the minimum duration of time to wait after the configuration changes are applied through the current rollout. A VM continues to count towards the disruption_budget at least until this duration of time has passed after configuration changes are applied.