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 monitoringPolicyDisplayName?: string
[src]Output only. Display name 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.