ConsumerPscConnection constructor

ConsumerPscConnection({
  1. DnsAutomationStatus? dnsAutomationStatus,
  2. GoogleRpcStatus? error,
  3. GoogleRpcErrorInfo? errorInfo,
  4. String? errorType,
  5. String? forwardingRule,
  6. String? gceOperation,
  7. String? ip,
  8. String? ipVersion,
  9. String? network,
  10. String? producerInstanceId,
  11. Map<String, String>? producerInstanceMetadata,
  12. String? project,
  13. String? pscConnectionId,
  14. String? selectedSubnetwork,
  15. String? serviceAttachmentUri,
  16. String? state,
})

Implementation

ConsumerPscConnection({
  this.dnsAutomationStatus,
  this.error,
  this.errorInfo,
  this.errorType,
  this.forwardingRule,
  this.gceOperation,
  this.ip,
  this.ipVersion,
  this.network,
  this.producerInstanceId,
  this.producerInstanceMetadata,
  this.project,
  this.pscConnectionId,
  this.selectedSubnetwork,
  this.serviceAttachmentUri,
  this.state,
});