ConsumerPscConfig constructor

ConsumerPscConfig({
  1. String? consumerInstanceProject,
  2. bool? disableGlobalAccess,
  3. String? ipVersion,
  4. String? network,
  5. String? producerInstanceId,
  6. Map<String, String>? producerInstanceMetadata,
  7. String? project,
  8. Map<String, String>? serviceAttachmentIpAddressMap,
  9. String? state,
})

Implementation

ConsumerPscConfig({
  this.consumerInstanceProject,
  this.disableGlobalAccess,
  this.ipVersion,
  this.network,
  this.producerInstanceId,
  this.producerInstanceMetadata,
  this.project,
  this.serviceAttachmentIpAddressMap,
  this.state,
});