pub async fn ipam_vlan_groups_partial_update(
configuration: &Configuration,
id: i32,
patched_vlan_group_request: Option<PatchedVlanGroupRequest>,
) -> Result<VlanGroup, Error<IpamVlanGroupsPartialUpdateError>>Expand description
Patch a VLAN group object.