View Source GoogleApi.Compute.V1.Model.InterconnectDiagnosticsMacsecStatus (google_api_compute v0.56.2)

Describes the status of MACsec encryption on the link.

Attributes

  • ckn (type: String.t, default: nil) - Indicates the Connectivity Association Key Name (CKN) currently being used if MACsec is operational.
  • operational (type: boolean(), default: nil) - Indicates whether or not MACsec is operational on this link.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectDiagnosticsMacsecStatus{
  ckn: String.t() | nil,
  operational: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.