Class: Google::Cloud::OsConfig::V1::OSPolicyAssignment::Rollout
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::OSPolicyAssignment::Rollout
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb
Overview
Message to configure the rollout at the zonal level for the OS policy assignment.
Instance Attribute Summary collapse
-
#disruption_budget ⇒ ::Google::Cloud::OsConfig::V1::FixedOrPercent
Required.
-
#min_wait_duration ⇒ ::Google::Protobuf::Duration
Required.
Instance Attribute Details
#disruption_budget ⇒ ::Google::Cloud::OsConfig::V1::FixedOrPercent
Returns Required. The maximum number (or percentage) of VMs per zone to disrupt at any given moment.
192 193 194 195 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 192 class Rollout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_wait_duration ⇒ ::Google::Protobuf::Duration
Returns 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.
192 193 194 195 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 192 class Rollout include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |