ConsumerPscConnection constructor
ConsumerPscConnection({
- GoogleRpcStatus? error,
- GoogleRpcErrorInfo? errorInfo,
- String? errorType,
- String? forwardingRule,
- String? gceOperation,
- String? ip,
- String? ipVersion,
- String? network,
- String? producerInstanceId,
- Map<
String, String> ? producerInstanceMetadata, - String? project,
- String? pscConnectionId,
- String? selectedSubnetwork,
- String? serviceAttachmentUri,
- String? state,
Implementation
ConsumerPscConnection({
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,
});