Class: Google::Cloud::Compute::V1::NodeGroupsScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#node_groups ⇒ ::Array<::Google::Cloud::Compute::V1::NodeGroup>
[Output Only] A list of node groups contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] An informational warning that appears when the nodeGroup list is empty.
Instance Attribute Details
#node_groups ⇒ ::Array<::Google::Cloud::Compute::V1::NodeGroup>
Returns [Output Only] A list of node groups contained in this scope.
22001 22002 22003 22004 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22001 class NodeGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
Returns [Output Only] An informational warning that appears when the nodeGroup list is empty.
22001 22002 22003 22004 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22001 class NodeGroupsScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |