Class: Google::Cloud::Compute::V1::NodeTemplatesScopedList
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeTemplatesScopedList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#node_templates ⇒ ::Array<::Google::Cloud::Compute::V1::NodeTemplate>
[Output Only] A list of node templates contained in this scope.
-
#warning ⇒ ::Google::Cloud::Compute::V1::Warning
[Output Only] An informational warning that appears when the node templates list is empty.
Instance Attribute Details
#node_templates ⇒ ::Array<::Google::Cloud::Compute::V1::NodeTemplate>
Returns [Output Only] A list of node templates contained in this scope.
22191 22192 22193 22194 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22191 class NodeTemplatesScopedList 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 node templates list is empty.
22191 22192 22193 22194 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22191 class NodeTemplatesScopedList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |