InterconnectAttachmentConfigurationConstraints constructor
InterconnectAttachmentConfigurationConstraints({
- String? bgpMd5,
- List<
InterconnectAttachmentConfigurationConstraintsBgpPeerAsnrange> bgpPeerAsnRanges = const [],
Implementation
InterconnectAttachmentConfigurationConstraints({
this.bgpMd5,
this.bgpPeerAsnRanges = const [],
}) : super(fullyQualifiedName);