NetApp V1 API - Class Google::Cloud::NetApp::V1::UpdateHostGroupRequest (v2.8.0)

Reference documentation and code samples for the NetApp V1 API class Google::Cloud::NetApp::V1::UpdateHostGroupRequest.

UpdateHostGroupRequest for updating a host group.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#host_group

def host_group() -> ::Google::Cloud::NetApp::V1::HostGroup
Returns
  • (::Google::Cloud::NetApp::V1::HostGroup) — Required. The host group to update. The host group's name field is used to identify the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

#host_group=

def host_group=(value) -> ::Google::Cloud::NetApp::V1::HostGroup
Parameter
  • value (::Google::Cloud::NetApp::V1::HostGroup) — Required. The host group to update. The host group's name field is used to identify the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.
Returns
  • (::Google::Cloud::NetApp::V1::HostGroup) — Required. The host group to update. The host group's name field is used to identify the host group. Format: projects/{project_number}/locations/{location_id}/hostGroups/{host_group_id}.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns