Class: Google::Cloud::VmwareEngine::V1::GetNodeTypeRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb

Overview

Request message for VmwareEngine.GetNodeType

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the node type to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-proj/locations/us-central1-a/nodeTypes/standard-72.

Returns:

  • (::String)

    Required. The resource name of the node type to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-proj/locations/us-central1-a/nodeTypes/standard-72



1293
1294
1295
1296
# File 'proto_docs/google/cloud/vmwareengine/v1/vmwareengine.rb', line 1293

class GetNodeTypeRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end