PscConnection constructor
PscConnection({
- String? consumerAddress,
- String? consumerForwardingRule,
- String? consumerTargetProject,
- GoogleRpcStatus? error,
- GoogleRpcErrorInfo? errorInfo,
- String? errorType,
- String? gceOperation,
- String? ipVersion,
- String? producerInstanceId,
- Map<
String, String> ? producerInstanceMetadata, - String? pscConnectionId,
- String? selectedSubnetwork,
- String? serviceClass,
- String? state,
Implementation
PscConnection({
this.consumerAddress,
this.consumerForwardingRule,
this.consumerTargetProject,
this.error,
this.errorInfo,
this.errorType,
this.gceOperation,
this.ipVersion,
this.producerInstanceId,
this.producerInstanceMetadata,
this.pscConnectionId,
this.selectedSubnetwork,
this.serviceClass,
this.state,
});