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;
features?: NetworkProfileNetworkFeatures;
id?: bigint;
kind?: string;
location?: NetworkProfileLocation;
name?: string;
selfLink?: string;
selfLinkWithId?: string;
}§Properties
§
features?: NetworkProfileNetworkFeatures
[src][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.
§
location?: NetworkProfileLocation
[src][Output Only] Location to which the network is restricted.