InterconnectAttachmentConfigurationConstraints constructor

InterconnectAttachmentConfigurationConstraints({
  1. String? bgpMd5,
  2. List<InterconnectAttachmentConfigurationConstraintsBgpPeerAsnrange> bgpPeerAsnRanges = const [],
})

Implementation

InterconnectAttachmentConfigurationConstraints({
  this.bgpMd5,
  this.bgpPeerAsnRanges = const [],
}) : super(fullyQualifiedName);