pub async fn patch_network(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawNetworkPatch>,
) -> Result<Response>Expand description
PATCH /network-interfaces/{id}.
pub async fn patch_network(
__arg0: State<Arc<RuntimeApiController>>,
__arg1: Path<String>,
__arg2: Json<RawNetworkPatch>,
) -> Result<Response>PATCH /network-interfaces/{id}.