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

WebPath

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

Message describing WebPath resource.

interface WebPath {
readonly createTime?: Date;
readonly destination?: string;
readonly displayName?: string;
readonly interval?: number;
readonly monitoringEnabled?: boolean;
readonly monitoringPolicyDisplayName?: string;
readonly monitoringPolicyId?: string;
readonly monitoringStatus?:
| "MONITORING_STATUS_UNSPECIFIED"
| "MONITORING"
| "POLICY_MISMATCH"
| "MONITORING_POINT_OFFLINE"
| "DISABLED";
name?: string;
readonly providerTags?: ProviderTag[];
readonly providerUiUri?: string;
readonly relatedNetworkPathId?: string;
readonly sourceMonitoringPointId?: string;
readonly updateTime?: Date;
readonly workflowType?: "WORKFLOW_TYPE_UNSPECIFIED" | "BROWSER" | "HTTP";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time the WebPath was created.

§
readonly destination?: string
[src]

Output only. Web monitoring target.

§
readonly displayName?: string
[src]

Output only. Display name of the WebPath.

§
readonly interval?: number
[src]

Output only. Monitoring interval.

§
readonly monitoringEnabled?: boolean
[src]

Output only. Is monitoring enabled for the WebPath.

§
readonly monitoringPolicyDisplayName?: string
[src]

Output only. Display name of the monitoring policy.

§
readonly monitoringPolicyId?: string
[src]

Output only. ID of the monitoring policy.

§
readonly monitoringStatus?: "MONITORING_STATUS_UNSPECIFIED" | "MONITORING" | "POLICY_MISMATCH" | "MONITORING_POINT_OFFLINE" | "DISABLED"
[src]

Output only. The monitoring status of the WebPath.

§
name?: string
[src]

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

§
readonly providerTags?: ProviderTag[]
[src]

Output only. The provider tags of the web path.

§
readonly providerUiUri?: string
[src]

Output only. Link to provider's UI; link shows the WebPath.

§
readonly relatedNetworkPathId?: string
[src]

Output only. Provider's UUID of the related NetworkPath.

§
readonly sourceMonitoringPointId?: string
[src]

Output only. ID of the source MonitoringPoint.

§
readonly updateTime?: Date
[src]

Output only. The time the WebPath was updated.

§
readonly workflowType?: "WORKFLOW_TYPE_UNSPECIFIED" | "BROWSER" | "HTTP"
[src]

Output only. The workflow type of the WebPath.