pub async fn ipam_vlans_partial_update(
configuration: &Configuration,
id: i32,
patched_writable_vlan_request: Option<PatchedWritableVlanRequest>,
) -> Result<Vlan, Error<IpamVlansPartialUpdateError>>Expand description
Patch a VLAN object.