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

MACsec configuration information for the Interconnect connection. Contains the generated Connectivity Association Key Name (CKN) and the key (CAK) for this Interconnect connection.

Attributes

  • preSharedKeys (type: list(GoogleApi.Compute.V1.Model.InterconnectMacsecConfigPreSharedKey.t), default: nil) - A keychain placeholder describing a set of named key objects along with their start times. A MACsec CKN/CAK is generated for each key in the key chain. Google router automatically picks the key with the most recent startTime when establishing or re-establishing a MACsec secure link.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectMacsecConfig{
  preSharedKeys:
    [GoogleApi.Compute.V1.Model.InterconnectMacsecConfigPreSharedKey.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.