Class: Google::Apis::ComputeAlpha::TargetPoolsAddInstanceRequest

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) ⇒ TargetPoolsAddInstanceRequest

Returns a new instance of TargetPoolsAddInstanceRequest



34416
34417
34418
# File 'generated/google/apis/compute_alpha/classes.rb', line 34416

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

Instance Attribute Details

#instancesArray<Google::Apis::ComputeAlpha::InstanceReference>

A full or partial URL to an instance to add to this target pool. This can be a full or partial URL. For example, the following are valid URLs:



34414
34415
34416
# File 'generated/google/apis/compute_alpha/classes.rb', line 34414

def instances
  @instances
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



34421
34422
34423
# File 'generated/google/apis/compute_alpha/classes.rb', line 34421

def update!(**args)
  @instances = args[:instances] if args.key?(:instances)
end