Class: Google::Apis::ComputeAlpha::InstanceGroupManagerActivities

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ InstanceGroupManagerActivities

Returns a new instance of InstanceGroupManagerActivities



9434
9435
9436
# File 'generated/google/apis/compute_alpha/classes.rb', line 9434

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#autohealingString

Corresponds to the JSON property autohealing

Returns:

  • (String)


9402
9403
9404
# File 'generated/google/apis/compute_alpha/classes.rb', line 9402

def autohealing
  @autohealing
end

#autohealing_health_check_basedString

Corresponds to the JSON property autohealingHealthCheckBased

Returns:

  • (String)


9407
9408
9409
# File 'generated/google/apis/compute_alpha/classes.rb', line 9407

def autohealing_health_check_based
  @autohealing_health_check_based
end

#autoscaling_downString

Corresponds to the JSON property autoscalingDown

Returns:

  • (String)


9412
9413
9414
# File 'generated/google/apis/compute_alpha/classes.rb', line 9412

def autoscaling_down
  @autoscaling_down
end

#autoscaling_upString

Corresponds to the JSON property autoscalingUp

Returns:

  • (String)


9417
9418
9419
# File 'generated/google/apis/compute_alpha/classes.rb', line 9417

def autoscaling_up
  @autoscaling_up
end

#creating_instancesString

Corresponds to the JSON property creatingInstances

Returns:

  • (String)


9422
9423
9424
# File 'generated/google/apis/compute_alpha/classes.rb', line 9422

def creating_instances
  @creating_instances
end

#deleting_instancesString

Corresponds to the JSON property deletingInstances

Returns:

  • (String)


9427
9428
9429
# File 'generated/google/apis/compute_alpha/classes.rb', line 9427

def deleting_instances
  @deleting_instances
end

#recreating_instancesString

Corresponds to the JSON property recreatingInstances

Returns:

  • (String)


9432
9433
9434
# File 'generated/google/apis/compute_alpha/classes.rb', line 9432

def recreating_instances
  @recreating_instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9439
9440
9441
9442
9443
9444
9445
9446
9447
# File 'generated/google/apis/compute_alpha/classes.rb', line 9439

def update!(**args)
  @autohealing = args[:autohealing] if args.key?(:autohealing)
  @autohealing_health_check_based = args[:autohealing_health_check_based] if args.key?(:autohealing_health_check_based)
  @autoscaling_down = args[:autoscaling_down] if args.key?(:autoscaling_down)
  @autoscaling_up = args[:autoscaling_up] if args.key?(:autoscaling_up)
  @creating_instances = args[:creating_instances] if args.key?(:creating_instances)
  @deleting_instances = args[:deleting_instances] if args.key?(:deleting_instances)
  @recreating_instances = args[:recreating_instances] if args.key?(:recreating_instances)
end