Class: Google::Apis::ComputeV1::NodeGroupsSetNodeTemplateRequest

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ NodeGroupsSetNodeTemplateRequest

Returns a new instance of NodeGroupsSetNodeTemplateRequest



13635
13636
13637
# File 'generated/google/apis/compute_v1/classes.rb', line 13635

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)


13633
13634
13635
# File 'generated/google/apis/compute_v1/classes.rb', line 13633

def node_template
  @node_template
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13640
13641
13642
# File 'generated/google/apis/compute_v1/classes.rb', line 13640

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