class Google::Apis::ComputeV1::NodeGroupsSetNodeTemplateRequest

Attributes

node_template[RW]

Full or partial URL of the node template resource to be updated for this node group. Corresponds to the JSON property `nodeTemplate` @return [String]

Public Class Methods

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