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

InterconnectDiagnosticsMacsecStatus

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

Describes the status of MACsec encryption on the link.

interface InterconnectDiagnosticsMacsecStatus {
ckn?: string;
operational?: boolean;
}

§Properties

§
ckn?: string
[src]

Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.

§
operational?: boolean
[src]

Indicates whether or not MACsec is operational on this link.