pub async fn ipam_fhrp_groups_partial_update(
configuration: &Configuration,
id: i32,
patched_fhrp_group_request: Option<PatchedFhrpGroupRequest>,
) -> Result<FhrpGroup, Error<IpamFhrpGroupsPartialUpdateError>>Expand description
Patch a FHRP group object.