Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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";
}

§Properties

§
networkType?: "RDMA" | "ULL" | "VPC"
[src]
§
rdmaSubtype?: "FALCON" | "ROCE"
[src]
§
ullSubtype?: "OPERATOR" | "PARTICIPANT"
[src]
§
vpcSubtype?: "REGIONAL"
[src]