class Google::Apis::ComputeBeta::InstancesScopedList
Attributes
instances[RW]
- Output Only
-
List of instances contained in this scope.
Corresponds to the JSON property `instances` @return [Array<Google::Apis::ComputeBeta::Instance>]
warning[RW]
- Output Only
-
Informational warning which replaces the list of instances when
the list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeBeta::InstancesScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/compute_beta/classes.rb, line 4731 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 4736 def update!(**args) @instances = args[:instances] if args.key?(:instances) @warning = args[:warning] if args.key?(:warning) end