NetworkProfileProfileType
import type { NetworkProfileProfileType } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NetworkProfileProfileType {
networkType?: "RDMA" | "ULL" | "VPC";
rdmaSubtype?: "FALCON" | "ROCE";
ullSubtype?: "OPERATOR" | "PARTICIPANT";
vpcSubtype?: "REGIONAL";
}