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

Describes a pre-shared key used to setup MACsec in static connectivity association key (CAK) mode.

Attributes

  • cak (type: String.t, default: nil) - An auto-generated Connectivity Association Key (CAK) for this key.
  • ckn (type: String.t, default: nil) - An auto-generated Connectivity Association Key Name (CKN) for this key.
  • name (type: String.t, default: nil) - User provided name for this pre-shared key.
  • startTime (type: String.t, default: nil) - User provided timestamp on or after which this key is valid.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InterconnectMacsecConfigPreSharedKey{
  cak: String.t() | nil,
  ckn: String.t() | nil,
  name: String.t() | nil,
  startTime: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.