WorkstationConfig constructor
WorkstationConfig({
- Map<
String, String> ? annotations, - List<
Status> ? conditions, - Container? container,
- String? createTime,
- bool? degraded,
- String? deleteTime,
- bool? disableTcpConnections,
- String? displayName,
- bool? enableAuditAgent,
- CustomerEncryptionKey? encryptionKey,
- List<
EphemeralDirectory> ? ephemeralDirectories, - String? etag,
- Host? host,
- String? idleTimeout,
- Map<
String, String> ? labels, - String? name,
- List<
PersistentDirectory> ? persistentDirectories, - List<
ReadinessCheck> ? readinessChecks, - bool? reconciling,
- List<
String> ? replicaZones, - String? runningTimeout,
- String? uid,
- String? updateTime,
Implementation
WorkstationConfig({
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.host,
this.idleTimeout,
this.labels,
this.name,
this.persistentDirectories,
this.readinessChecks,
this.reconciling,
this.replicaZones,
this.runningTimeout,
this.uid,
this.updateTime,
});