Class: Google::Cloud::Compute::V1::NodeGroupsSetNodeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::NodeGroupsSetNodeTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.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 Attribute Details
#node_template ⇒ ::String
Returns Full or partial URL of the node template resource to be updated for this node group.
22009 22010 22011 22012 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 22009 class NodeGroupsSetNodeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |