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 {
readonly creationTimestamp?: string;
readonly description?: string;
readonly features?: NetworkProfileNetworkFeatures;
readonly id?: bigint;
readonly kind?: string;
readonly location?: NetworkProfileLocation;
readonly name?: string;
readonly profileType?: NetworkProfileProfileType;
readonly selfLink?: string;
readonly selfLinkWithId?: string;
}

§Properties

§
readonly creationTimestamp?: string
[src]

Output only. [Output Only] Creation timestamp inRFC3339 text format.

§
readonly description?: string
[src]

Output only. [Output Only] An optional description of this resource.

§

Output only. [Output Only] Features supported by the network.

§
readonly id?: bigint
[src]

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

§
readonly kind?: string
[src]

Output only. [Output Only] Type of the resource. Alwayscompute#networkProfile for network profiles.

§
readonly location?: NetworkProfileLocation
[src]

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

§
readonly name?: string
[src]

Output only. [Output Only] Name of the resource.

§
readonly profileType?: NetworkProfileProfileType
[src]

Output only. [Output Only] Type of the network profile.

§
readonly selfLinkWithId?: string
[src]

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