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: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GceInstance.java
+18-30Lines changed: 18 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -78,10 +78,11 @@ public final class GceInstance extends com.google.api.client.json.GenericJson {
78
78
79
79
/**
80
80
* Optional. Whether to enable nested virtualization on Cloud Workstations VMs created using this
81
-
* workstation configuration. Nested virtualization lets you run virtual machine (VM) instances
82
-
* inside your workstation. Before enabling nested virtualization, consider the following
83
-
* important considerations. Cloud Workstations instances are subject to the [same restrictions as
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/WorkstationConfig.java
+21-12Lines changed: 21 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -117,10 +117,13 @@ public final class WorkstationConfig extends com.google.api.client.json.GenericJ
117
117
privatejava.lang.StringdisplayName;
118
118
119
119
/**
120
-
* Optional. Whether to enable Linux `auditd` logging on the workstation. When enabled, a service
121
-
* account must also be specified that has `logging.buckets.write` permission on the project.
122
-
* Operating system audit logging is distinct from [Cloud Audit
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1beta/2.0.0/com/google/api/services/workstations/v1beta/model/BoostConfig.java
+12-30Lines changed: 12 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,9 @@ public final class BoostConfig extends com.google.api.client.json.GenericJson {
54
54
55
55
/**
56
56
* Optional. Whether to enable nested virtualization on boosted Cloud Workstations VMs running
57
-
* using this boost configuration. Nested virtualization lets you run virtual machine (VM)
58
-
* instances inside your workstation. Before enabling nested virtualization, consider the
59
-
* following important considerations. Cloud Workstations instances are subject to the [same
57
+
* using this boost configuration. Defaults to false. Nested virtualization lets you run virtual
58
+
* machine (VM) instances inside your workstation. Before enabling nested virtualization, consider
59
+
* the following important considerations. Cloud Workstations instances are subject to the [same
0 commit comments