Class: Google::Apis::ComputeAlpha::NodeGroupsSetNodeTemplateRequest

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NodeGroupsSetNodeTemplateRequest

Returns a new instance of NodeGroupsSetNodeTemplateRequest.



25366
25367
25368
# File 'lib/google/apis/compute_alpha/classes.rb', line 25366

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#node_templateString

Full or partial URL of the node template resource to be updated for this node group. Corresponds to the JSON property nodeTemplate

Returns:

  • (String)


25364
25365
25366
# File 'lib/google/apis/compute_alpha/classes.rb', line 25364

def node_template
  @node_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25371
25372
25373
# File 'lib/google/apis/compute_alpha/classes.rb', line 25371

def update!(**args)
  @node_template = args[:node_template] if args.key?(:node_template)
end