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

NetworkProfile

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

NetworkProfile represents a Google managed network profile resource.

interface NetworkProfile {
creationTimestamp?: string;
description?: string;
id?: bigint;
kind?: string;
name?: string;
selfLink?: string;
selfLinkWithId?: string;
}

§Properties

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§
description?: string
[src]

[Output Only] An optional description of this resource.

§

[Output Only] Features supported by the network.

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#networkProfile for network profiles.

§

[Output Only] Location to which the network is restricted.

§
name?: string
[src]

[Output Only] Name of the resource.

§
selfLinkWithId?: string
[src]

[Output Only] Server-defined URL for this resource with the resource id.