class Google::Apis::ComputeBeta::TargetInstancesScopedList

Attributes

target_instances[RW]

A list of target instances contained in this scope. Corresponds to the JSON property `targetInstances` @return [Array<Google::Apis::ComputeBeta::TargetInstance>]

warning[RW]

Informational warning which replaces the list of addresses when the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::TargetInstancesScopedList::Warning]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 36457
def update!(**args)
  @target_instances = args[:target_instances] if args.key?(:target_instances)
  @warning = args[:warning] if args.key?(:warning)
end