Class: Google::Apis::ComputeBeta::NodeGroupsSetNodeTemplateRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ NodeGroupsSetNodeTemplateRequest

Returns a new instance of NodeGroupsSetNodeTemplateRequest.



21077
21078
21079
# File 'generated/google/apis/compute_beta/classes.rb', line 21077

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)


21075
21076
21077
# File 'generated/google/apis/compute_beta/classes.rb', line 21075

def node_template
  @node_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21082
21083
21084
# File 'generated/google/apis/compute_beta/classes.rb', line 21082

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