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
@@ -116,7 +117,7 @@ The following arguments are supported:
116
117
117
118
*`are_privileged_users` - (Required) Indicates whether desktop pool users have administrative privileges on their desktop.
118
119
*`availability_domain` - (Required) The availability domain of the desktop pool.
119
-
*`availability_policy` - (Required) (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool.
120
+
*`availability_policy` - (Required) (Updatable) Provides the start and stop schedule information for desktop availability of the desktop pool. Use `availability_policy { }` to not set a schedule.
120
121
* `start_schedule` - (Optional) (Updatable) Provides the schedule information for a desktop.
121
122
* `cron_expression` - (Required) (Updatable) A cron expression describing the desktop's schedule.
122
123
* `timezone` - (Required) (Updatable) The timezone of the desktop's schedule.
@@ -159,11 +160,11 @@ The following arguments are supported:
159
160
* `private_ip` - (Optional) The IPv4 address from the provided Oracle Cloud Infrastructure subnet which needs to be assigned to the VNIC. If not provided, it will be auto-assigned with an available IPv4 address from the subnet.
160
161
* `subnet_id` - (Required) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the private subnet in the customer VCN where the connectivity will be established.
161
162
*`session_lifecycle_actions` - (Optional) The details of action to be triggered in case of inactivity or disconnect
162
-
* `disconnect` - (Optional) (Updatable) Action and grace period for disconnect
163
-
* `action` - (Required) (Updatable) a disconnect action to be triggered
163
+
* `disconnect` - (Optional) (Updatable) Action and grace period for disconnect. Session disconnect can not be used together with an `availability_policy` schedule.
164
+
* `action` - (Required) (Updatable) a disconnect action to be triggered. Could be set to NONE or STOP
164
165
* `grace_period_in_minutes` - (Optional) (Updatable) The period of time (in minutes) after disconnect before any action occurs. If the value is not provided, a default value is used.
165
166
* `inactivity` - (Optional) (Updatable) Action and grace period for inactivity
166
-
* `action` - (Required) (Updatable) an inactivity action to be triggered
167
+
* `action` - (Required) (Updatable) an inactivity action to be triggered. Could be set to NONE or DISCONNECT.
167
168
* `grace_period_in_minutes` - (Optional) (Updatable) The period of time (in minutes) during which the session must remain inactive before any action occurs. If the value is not provided, a default value is used.
168
169
*`shape_name` - (Required) The shape of the desktop pool.
169
170
*`standby_size` - (Required) (Updatable) The maximum number of standby desktops available in the desktop pool.
@@ -172,6 +173,7 @@ The following arguments are supported:
172
173
*`time_start_scheduled` - (Optional) (Updatable) The start time of the desktop pool.
173
174
*`time_stop_scheduled` - (Optional) (Updatable) The stop time of the desktop pool.
174
175
*`use_dedicated_vm_host` - (Optional) Indicates whether the desktop pool uses dedicated virtual machine hosts.
176
+
*`are_volumes_preserved` - (Optional) (Updatable) Indicates whether the volumes are preserved when a desktop pool is deleted. Default value is false.
0 commit comments