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
namefield 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
namefield 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
namefield 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
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
Returns
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.