Reference documentation and code samples for the Google Cloud Compute V1 API class Google::Cloud::Compute::V1::GetNodeTypeRequest.
A request message for NodeTypes.Get. See the method description for details.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#node_type
def node_type() -> ::String
Returns
- (::String) — Name of the node type to return.
#node_type=
def node_type=(value) -> ::String
Parameter
- value (::String) — Name of the node type to return.
Returns
- (::String) — Name of the node type to return.
#project
def project() -> ::String
Returns
- (::String) — Project ID for this request.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Project ID for this request.
Returns
- (::String) — Project ID for this request.
#zone
def zone() -> ::String
Returns
- (::String) — The name of the zone for this request.
#zone=
def zone=(value) -> ::String
Parameter
- value (::String) — The name of the zone for this request.
Returns
- (::String) — The name of the zone for this request.