Class: Google::Cloud::OsConfig::V1alpha::OSPolicyAssignment::Rollout

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#disruption_budget::Google::Cloud::OsConfig::V1alpha::FixedOrPercent

Returns Required. The maximum number (or percentage) of VMs per zone to disrupt at any given moment.

Returns:



197
198
199
200
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 197

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.

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.



197
198
199
200
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignments.rb', line 197

class Rollout
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end