InterconnectAttachmentConfigurationConstraintsBgpPeerAsnrange constructor

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

Implementation

InterconnectAttachmentConfigurationConstraintsBgpPeerAsnrange({
  this.max,
  this.min,
}) : super(fullyQualifiedName);