class Google::Apis::ComputeV1::NodeTemplatesScopedList

Attributes

node_templates[RW]
Output Only

A list of node templates contained in this scope.

Corresponds to the JSON property `nodeTemplates` @return [Array<Google::Apis::ComputeV1::NodeTemplate>]

warning[RW]
Output Only

An informational warning that appears when the node templates

list is empty. Corresponds to the JSON property `warning` @return [Google::Apis::ComputeV1::NodeTemplatesScopedList::Warning]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 22831
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 22836
def update!(**args)
  @node_templates = args[:node_templates] if args.key?(:node_templates)
  @warning = args[:warning] if args.key?(:warning)
end