class Google::Apis::ComputeV1::NodeGroupsScopedList
Attributes
node_groups[RW]
- Output Only
-
A list of node groups contained in this scope.
Corresponds to the JSON property `nodeGroups` @return [Array<Google::Apis::ComputeV1::NodeGroup>]
warning[RW]
- Output Only
-
An informational warning that appears when the nodeGroup list is
empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::NodeGroupsScopedList::Warning]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 22015 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_v1/classes.rb, line 22020 def update!(**args) @node_groups = args[:node_groups] if args.key?(:node_groups) @warning = args[:warning] if args.key?(:warning) end