ConsumerConfig constructor

ConsumerConfig({
  1. List<CloudSQLConfig>? cloudsqlConfigs,
  2. bool? consumerExportCustomRoutes,
  3. bool? consumerExportSubnetRoutesWithPublicIp,
  4. bool? consumerImportCustomRoutes,
  5. bool? consumerImportSubnetRoutesWithPublicIp,
  6. bool? producerExportCustomRoutes,
  7. bool? producerExportSubnetRoutesWithPublicIp,
  8. bool? producerImportCustomRoutes,
  9. bool? producerImportSubnetRoutesWithPublicIp,
  10. String? producerNetwork,
  11. List<GoogleCloudServicenetworkingV1ConsumerConfigReservedRange>? reservedRanges,
  12. List<String>? usedIpRanges,
  13. bool? vpcScReferenceArchitectureEnabled,
})

Implementation

ConsumerConfig({
  this.cloudsqlConfigs,
  this.consumerExportCustomRoutes,
  this.consumerExportSubnetRoutesWithPublicIp,
  this.consumerImportCustomRoutes,
  this.consumerImportSubnetRoutesWithPublicIp,
  this.producerExportCustomRoutes,
  this.producerExportSubnetRoutesWithPublicIp,
  this.producerImportCustomRoutes,
  this.producerImportSubnetRoutesWithPublicIp,
  this.producerNetwork,
  this.reservedRanges,
  this.usedIpRanges,
  this.vpcScReferenceArchitectureEnabled,
});