Class: Google::Apis::ComputeAlpha::InstanceGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#instance_groups ⇒ Array<Google::Apis::ComputeAlpha::InstanceGroup>
[Output Only] The list of instance groups that are contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::InstanceGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of instance groups when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstanceGroupsScopedList
constructor
A new instance of InstanceGroupsScopedList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ InstanceGroupsScopedList
Returns a new instance of InstanceGroupsScopedList.
18242 18243 18244 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18242 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance_groups ⇒ Array<Google::Apis::ComputeAlpha::InstanceGroup>
[Output Only] The list of instance groups that are contained in this scope.
Corresponds to the JSON property instanceGroups
18234 18235 18236 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18234 def instance_groups @instance_groups end |
#warning ⇒ Google::Apis::ComputeAlpha::InstanceGroupsScopedList::Warning
[Output Only] An informational warning that replaces the list of instance
groups when the list is empty.
Corresponds to the JSON property warning
18240 18241 18242 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18240 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18247 18248 18249 18250 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 18247 def update!(**args) @instance_groups = args[:instance_groups] if args.key?(:instance_groups) @warning = args[:warning] if args.key?(:warning) end |