Class: Google::Apis::ComputeV1::NodeGroupsSetNodeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::NodeGroupsSetNodeTemplateRequest
- 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
-
#node_template ⇒ String
Full or partial URL of the node template resource to be updated for this node group.
Instance Method Summary collapse
-
#initialize(**args) ⇒ NodeGroupsSetNodeTemplateRequest
constructor
A new instance of NodeGroupsSetNodeTemplateRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ NodeGroupsSetNodeTemplateRequest
Returns a new instance of NodeGroupsSetNodeTemplateRequest.
19252 19253 19254 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_template ⇒ String
Full or partial URL of the node template resource to be updated for this node
group.
Corresponds to the JSON property nodeTemplate
19250 19251 19252 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19250 def node_template @node_template end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19257 19258 19259 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19257 def update!(**args) @node_template = args[:node_template] if args.key?(:node_template) end |