InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange constructor

InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange({
  1. int? max,
  2. int? min,
})

Implementation

InterconnectAttachmentConfigurationConstraintsBgpPeerASNRange({
  this.max,
  this.min,
});