class Google::Apis::ComputeBeta::InstanceGroupManagersSetAutoHealingRequest

Attributes

auto_healing_policies[RW]

Corresponds to the JSON property `autoHealingPolicies` @return [Array<Google::Apis::ComputeBeta::InstanceGroupManagerAutoHealingPolicy>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 4132
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/compute_beta/classes.rb, line 4137
def update!(**args)
  @auto_healing_policies = args[:auto_healing_policies] if args.key?(:auto_healing_policies)
end