InterconnectAttachmentConfigurationConstraints constructor

InterconnectAttachmentConfigurationConstraints({
  1. String? bgpMd5,
  2. List<InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange>? bgpPeerAsnRanges,
})

Implementation

InterconnectAttachmentConfigurationConstraints({
  this.bgpMd5,
  this.bgpPeerAsnRanges,
});