Class: Google::Cloud::NetApp::V1::GetHostGroupRequest

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

Overview

GetHostGroupRequest for getting a host group.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

Returns:

  • (::String)

    Required. The resource name of the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.



67
68
69
70
# File 'proto_docs/google/cloud/netapp/v1/host_group.rb', line 67

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