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

InterconnectDiagnosticsLinkLACPStatus

import type { InterconnectDiagnosticsLinkLACPStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InterconnectDiagnosticsLinkLACPStatus {
googleSystemId?: string;
neighborSystemId?: string;
state?: "ACTIVE" | "DETACHED";
}

§Properties

§
googleSystemId?: string
[src]

System ID of the port on Google's side of the LACP exchange.

§
neighborSystemId?: string
[src]

System ID of the port on the neighbor's side of the LACP exchange.

§
state?: "ACTIVE" | "DETACHED"
[src]

The state of a LACP link, which can take one of the following values: - ACTIVE: The link is configured and active within the bundle. - DETACHED: The link is not configured within the bundle. This means that the rest of the object should be empty.