InterconnectRemoteLocationConstraints constructor

InterconnectRemoteLocationConstraints({
  1. String? portPairRemoteLocation,
  2. String? portPairVlan,
  3. InterconnectRemoteLocationConstraintsSubnetLengthRange? subnetLengthRange,
})

Implementation

InterconnectRemoteLocationConstraints({
  this.portPairRemoteLocation,
  this.portPairVlan,
  this.subnetLengthRange,
});