PscAutoConnection constructor

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

Implementation

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