BareMetalBgpPeerConfig constructor

BareMetalBgpPeerConfig({
  1. String? asn,
  2. List<String>? controlPlaneNodes,
  3. String? ipAddress,
})

Implementation

BareMetalBgpPeerConfig({
  this.asn,
  this.controlPlaneNodes,
  this.ipAddress,
});