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.
§
readonly features?: NetworkProfileNetworkFeatures
[src]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 profileType?: NetworkProfileProfileType
[src]Output only. [Output Only] Type of the network profile.