InterconnectApplicationAwareInterconnectBandwidthPercentage constructor

InterconnectApplicationAwareInterconnectBandwidthPercentage({
  1. int? percentage,
  2. String? trafficClass,
})

Implementation

InterconnectApplicationAwareInterconnectBandwidthPercentage({
  this.percentage,
  this.trafficClass,
});