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