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

MonitoringPoint

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

Message describing MonitoringPoint resource.

interface MonitoringPoint {
readonly autoGeoLocationEnabled?: boolean;
readonly connectionStatus?: "CONNECTION_STATUS_UNSPECIFIED" | "ONLINE" | "OFFLINE";
readonly createTime?: Date;
readonly displayName?: string;
readonly errors?:
| "ERROR_CODE_UNSPECIFIED"
| "NTP_ERROR"
| "UPGRADE_ERROR"
| "DOWNLOAD_FAILED"[];
readonly geoLocation?: GeoLocation;
readonly host?: Host;
readonly hostname?: string;
name?: string;
readonly networkInterfaces?: NetworkInterface[];
readonly originatingIp?: string;
readonly providerTags?: ProviderTag[];
readonly type?: string;
readonly updateTime?: Date;
readonly upgradeAvailable?: boolean;
readonly upgradeType?:
| "UPGRADE_TYPE_UNSPECIFIED"
| "MANUAL"
| "MANAGED"
| "SCHEDULED"
| "AUTO"
| "EXTERNAL";
readonly version?: string;
}

§Properties

§
readonly autoGeoLocationEnabled?: boolean
[src]

Output only. Indicates if automaitic geographic location is enabled for the MonitoringPoint.

§
readonly connectionStatus?: "CONNECTION_STATUS_UNSPECIFIED" | "ONLINE" | "OFFLINE"
[src]

Output only. Connection status of the MonitoringPoint.

§
readonly createTime?: Date
[src]

Output only. The time the MonitoringPoint was created.

§
readonly displayName?: string
[src]

Output only. Display name of the MonitoringPoint.

§
readonly errors?: "ERROR_CODE_UNSPECIFIED" | "NTP_ERROR" | "UPGRADE_ERROR" | "DOWNLOAD_FAILED"[]
[src]

Output only. The codes of errors detected in the MonitoringPoint.

§
readonly geoLocation?: GeoLocation
[src]

Output only. The geographical location of the MonitoringPoint. ;

§
readonly host?: Host
[src]

Output only. The host information of the MonitoringPoint.

§
readonly hostname?: string
[src]

Output only. The hostname of the MonitoringPoint.

§
name?: string
[src]

Identifier. Name of the resource. Format: projects/{project}/locations/{location}/networkMonitoringProviders/{network_monitoring_provider}/monitoringPoints/{monitoring_point}

§
readonly networkInterfaces?: NetworkInterface[]
[src]

Output only. The network interfaces of the MonitoringPoint.

§
readonly originatingIp?: string
[src]

Output only. IP address visible when MonitoringPoint connects to the provider.

§
readonly providerTags?: ProviderTag[]
[src]

Output only. The provider tags of the MonitoringPoint.

§
readonly type?: string
[src]

Output only. Deployment type of the MonitoringPoint.

§
readonly updateTime?: Date
[src]

Output only. The time the MonitoringPoint was updated.

§
readonly upgradeAvailable?: boolean
[src]

Output only. Indicates if an upgrade is available for the MonitoringPoint.

§
readonly upgradeType?: "UPGRADE_TYPE_UNSPECIFIED" | "MANUAL" | "MANAGED" | "SCHEDULED" | "AUTO" | "EXTERNAL"
[src]

Output only. The type of upgrade available for the MonitoringPoint.

§
readonly version?: string
[src]

Output only. Version of the software running on the MonitoringPoint.