Class: Google::Cloud::Compute::V1::GetNodeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetNodeTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for NodeTemplates.Get. See the method description for details.
Instance Attribute Summary collapse
-
#node_template ⇒ ::String
Name of the node template to return.
-
#project ⇒ ::String
Project ID for this request.
-
#region ⇒ ::String
The name of the region for this request.
Instance Attribute Details
#node_template ⇒ ::String
Returns Name of the node template to return.
9834 9835 9836 9837 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9834 class GetNodeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID for this request.
9834 9835 9836 9837 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9834 class GetNodeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns The name of the region for this request.
9834 9835 9836 9837 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 9834 class GetNodeTemplateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |