ConsumerConfig constructor
ConsumerConfig({
- List<
CloudSQLConfig> ? cloudsqlConfigs, - bool? consumerExportCustomRoutes,
- bool? consumerExportSubnetRoutesWithPublicIp,
- bool? consumerImportCustomRoutes,
- bool? consumerImportSubnetRoutesWithPublicIp,
- bool? producerExportCustomRoutes,
- bool? producerExportSubnetRoutesWithPublicIp,
- bool? producerImportCustomRoutes,
- bool? producerImportSubnetRoutesWithPublicIp,
- String? producerNetwork,
- List<
GoogleCloudServicenetworkingV1ConsumerConfigReservedRange> ? reservedRanges, - List<
String> ? usedIpRanges, - 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,
});