PscConnection constructor

PscConnection({
  1. String? address,
  2. String? connectionType,
  3. String? forwardingRule,
  4. String? network,
  5. int? port,
  6. String? projectId,
  7. String? pscConnectionId,
  8. String? pscConnectionStatus,
  9. String? serviceAttachment,
})

Implementation

PscConnection({
  this.address,
  this.connectionType,
  this.forwardingRule,
  this.network,
  this.port,
  this.projectId,
  this.pscConnectionId,
  this.pscConnectionStatus,
  this.serviceAttachment,
});