Class: Google::Apis::ComputeAlpha::InstanceGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::InstanceGroupsScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstanceGroupsScopedList
Returns a new instance of InstanceGroupsScopedList
10761 10762 10763 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10761 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
10753 10754 10755 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10753 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
10759 10760 10761 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10759 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10766 10767 10768 10769 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 10766 def update!(**args) @instance_groups = args[:instance_groups] if args.key?(:instance_groups) @warning = args[:warning] if args.key?(:warning) end |