@@ -171,18 +171,20 @@ class WorkstationConfig extends \Google\Collection
171171 public $ replicaZones ;
172172 /**
173173 * Optional. Number of seconds that a workstation can run until it is
174- * automatically shut down. We recommend that workstations be shut down daily
175- * to reduce costs and so that security updates can be applied upon restart.
176- * The idle_timeout and running_timeout fields are independent of each other.
177- * Note that the running_timeout field shuts down VMs after the specified
178- * time, regardless of whether or not the VMs are idle. Provide duration
179- * terminated by `s` for seconds—for example, `"54000s"` (15 hours). Defaults
180- * to `"43200s"` (12 hours). A value of `"0s"` indicates that workstations
181- * using this configuration should never time out. If encryption_key is set,
182- * it must be greater than `"0s"` and less than `"86400s"` (24 hours).
183- * Warning: A value of `"0s"` indicates that Cloud Workstations VMs created
184- * with this configuration have no maximum running time. This is strongly
185- * discouraged because you incur costs and will not pick up security updates.
174+ * automatically shut down. This field applies to workstations in both
175+ * STATE_RUNNING and STATE_SUSPENDED. We recommend that workstations be shut
176+ * down daily to reduce costs and so that security updates can be applied upon
177+ * restart. The idle_timeout and running_timeout fields are independent of
178+ * each other. Note that the running_timeout field shuts down VMs after the
179+ * specified time, regardless of whether or not the VMs are idle. Provide
180+ * duration terminated by `s` for seconds—for example, `"54000s"` (15 hours).
181+ * Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
182+ * workstations using this configuration should never time out. If
183+ * encryption_key is set, it must be greater than `"0s"` and less than
184+ * `"86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud
185+ * Workstations VMs created with this configuration have no maximum running
186+ * time. This is strongly discouraged because you incur costs and will not
187+ * pick up security updates.
186188 *
187189 * @var string
188190 */
@@ -634,18 +636,20 @@ public function getReplicaZones()
634636 }
635637 /**
636638 * Optional. Number of seconds that a workstation can run until it is
637- * automatically shut down. We recommend that workstations be shut down daily
638- * to reduce costs and so that security updates can be applied upon restart.
639- * The idle_timeout and running_timeout fields are independent of each other.
640- * Note that the running_timeout field shuts down VMs after the specified
641- * time, regardless of whether or not the VMs are idle. Provide duration
642- * terminated by `s` for seconds—for example, `"54000s"` (15 hours). Defaults
643- * to `"43200s"` (12 hours). A value of `"0s"` indicates that workstations
644- * using this configuration should never time out. If encryption_key is set,
645- * it must be greater than `"0s"` and less than `"86400s"` (24 hours).
646- * Warning: A value of `"0s"` indicates that Cloud Workstations VMs created
647- * with this configuration have no maximum running time. This is strongly
648- * discouraged because you incur costs and will not pick up security updates.
639+ * automatically shut down. This field applies to workstations in both
640+ * STATE_RUNNING and STATE_SUSPENDED. We recommend that workstations be shut
641+ * down daily to reduce costs and so that security updates can be applied upon
642+ * restart. The idle_timeout and running_timeout fields are independent of
643+ * each other. Note that the running_timeout field shuts down VMs after the
644+ * specified time, regardless of whether or not the VMs are idle. Provide
645+ * duration terminated by `s` for seconds—for example, `"54000s"` (15 hours).
646+ * Defaults to `"43200s"` (12 hours). A value of `"0s"` indicates that
647+ * workstations using this configuration should never time out. If
648+ * encryption_key is set, it must be greater than `"0s"` and less than
649+ * `"86400s"` (24 hours). Warning: A value of `"0s"` indicates that Cloud
650+ * Workstations VMs created with this configuration have no maximum running
651+ * time. This is strongly discouraged because you incur costs and will not
652+ * pick up security updates.
649653 *
650654 * @param string $runningTimeout
651655 */
0 commit comments