InterconnectMacsecConfigPreSharedKey constructor

InterconnectMacsecConfigPreSharedKey({
  1. String? cak,
  2. String? ckn,
  3. String? name,
  4. String? startTime,
})

Implementation

InterconnectMacsecConfigPreSharedKey({
  this.cak,
  this.ckn,
  this.name,
  this.startTime,
});