WorkstationConfig constructor

WorkstationConfig({
  1. List<PortRange>? allowedPorts,
  2. Map<String, String>? annotations,
  3. List<Status>? conditions,
  4. Container? container,
  5. String? createTime,
  6. bool? degraded,
  7. String? deleteTime,
  8. bool? disableTcpConnections,
  9. String? displayName,
  10. bool? enableAuditAgent,
  11. CustomerEncryptionKey? encryptionKey,
  12. List<EphemeralDirectory>? ephemeralDirectories,
  13. String? etag,
  14. bool? grantWorkstationAdminRoleOnCreate,
  15. Host? host,
  16. String? idleTimeout,
  17. Map<String, String>? labels,
  18. int? maxUsableWorkstations,
  19. String? name,
  20. List<PersistentDirectory>? persistentDirectories,
  21. List<ReadinessCheck>? readinessChecks,
  22. bool? reconciling,
  23. List<String>? replicaZones,
  24. String? runningTimeout,
  25. String? uid,
  26. String? updateTime,
})

Implementation

WorkstationConfig({
  this.allowedPorts,
  this.annotations,
  this.conditions,
  this.container,
  this.createTime,
  this.degraded,
  this.deleteTime,
  this.disableTcpConnections,
  this.displayName,
  this.enableAuditAgent,
  this.encryptionKey,
  this.ephemeralDirectories,
  this.etag,
  this.grantWorkstationAdminRoleOnCreate,
  this.host,
  this.idleTimeout,
  this.labels,
  this.maxUsableWorkstations,
  this.name,
  this.persistentDirectories,
  this.readinessChecks,
  this.reconciling,
  this.replicaZones,
  this.runningTimeout,
  this.uid,
  this.updateTime,
});