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

HybridSubnetInfo

import type { HybridSubnetInfo } from "https://googleapis.deno.dev/v1/networkmanagement:v1.ts";

For display only. Metadata associated with a hybrid subnet.

interface HybridSubnetInfo {
displayName?: string;
region?: string;
uri?: string;
}

§Properties

§
displayName?: string
[src]

Name of a hybrid subnet.

§
region?: string
[src]

Name of a Google Cloud region where the hybrid subnet is configured.

§
uri?: string
[src]

URI of a hybrid subnet.