You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/workstations_v1beta.projects.locations.workstationClusters.html
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,9 @@ <h3>Method Details</h3>
135
135
"degraded": True or False, # Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
136
136
"deleteTime": "A String", # Output only. Time when this workstation cluster was soft-deleted.
137
137
"displayName": "A String", # Optional. Human-readable name for this workstation cluster.
138
+
"domainConfig": { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
139
+
"domain": "A String", # Immutable. Domain used by Workstations for HTTP ingress.
140
+
},
138
141
"etag": "A String", # Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
139
142
"labels": { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
140
143
"a_key": "A String",
@@ -258,6 +261,9 @@ <h3>Method Details</h3>
258
261
"degraded": True or False, # Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
259
262
"deleteTime": "A String", # Output only. Time when this workstation cluster was soft-deleted.
260
263
"displayName": "A String", # Optional. Human-readable name for this workstation cluster.
264
+
"domainConfig": { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
265
+
"domain": "A String", # Immutable. Domain used by Workstations for HTTP ingress.
266
+
},
261
267
"etag": "A String", # Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
262
268
"labels": { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
263
269
"a_key": "A String",
@@ -321,6 +327,9 @@ <h3>Method Details</h3>
321
327
"degraded": True or False, # Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
322
328
"deleteTime": "A String", # Output only. Time when this workstation cluster was soft-deleted.
323
329
"displayName": "A String", # Optional. Human-readable name for this workstation cluster.
330
+
"domainConfig": { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
331
+
"domain": "A String", # Immutable. Domain used by Workstations for HTTP ingress.
332
+
},
324
333
"etag": "A String", # Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
325
334
"labels": { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
326
335
"a_key": "A String",
@@ -387,6 +396,9 @@ <h3>Method Details</h3>
387
396
"degraded": True or False, # Output only. Whether this workstation cluster is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in conditions.
388
397
"deleteTime": "A String", # Output only. Time when this workstation cluster was soft-deleted.
389
398
"displayName": "A String", # Optional. Human-readable name for this workstation cluster.
399
+
"domainConfig": { # Configuration options for a custom domain. # Optional. Configuration options for a custom domain.
400
+
"domain": "A String", # Immutable. Domain used by Workstations for HTTP ingress.
401
+
},
390
402
"etag": "A String", # Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
391
403
"labels": { # Optional. [Labels](https://cloud.google.com/workstations/docs/label-resources) that are applied to the workstation cluster and that are also propagated to the underlying Compute Engine resources.
"description": "Configuration options for a custom domain.",
1283
+
"id": "DomainConfig",
1284
+
"properties": {
1285
+
"domain": {
1286
+
"description": "Immutable. Domain used by Workstations for HTTP ingress.",
1287
+
"type": "string"
1288
+
}
1289
+
},
1290
+
"type": "object"
1291
+
},
1281
1292
"EphemeralDirectory": {
1282
1293
"description": "An ephemeral directory which won't persist across workstation sessions. It is freshly created on every workstation start operation.",
1283
1294
"id": "EphemeralDirectory",
@@ -2081,6 +2092,10 @@
2081
2092
"description": "Optional. Human-readable name for this workstation cluster.",
2082
2093
"type": "string"
2083
2094
},
2095
+
"domainConfig": {
2096
+
"$ref": "DomainConfig",
2097
+
"description": "Optional. Configuration options for a custom domain."
2098
+
},
2084
2099
"etag": {
2085
2100
"description": "Optional. Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.",
0 commit comments