LinkedProducerVpcNetwork constructor

LinkedProducerVpcNetwork({
  1. List<String>? excludeExportRanges,
  2. List<String>? includeExportRanges,
  3. String? network,
  4. String? peering,
  5. String? producerNetwork,
  6. List<String>? proposedIncludeExportRanges,
  7. String? serviceConsumerVpcSpoke,
})

Implementation

LinkedProducerVpcNetwork({
  this.excludeExportRanges,
  this.includeExportRanges,
  this.network,
  this.peering,
  this.producerNetwork,
  this.proposedIncludeExportRanges,
  this.serviceConsumerVpcSpoke,
});