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: source/adminguide/service_offerings.rst
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -405,6 +405,34 @@ To create a new compute offering:
405
405
- **Disk Offering Strictness**: This flag defines the strictness of the disk offering association
406
406
with the compute offering. When set to true, overriding of disk offering is not allowed on deploy instance
407
407
and change disk offering is not allowed for the ROOT disk
408
+
409
+
- **Enable Lease**: When this flag is enabled, Compute Offering is created with 'Instance Lease' enabled.
410
+
In CloudStack, a lease for an instance sets a specific time duration (in days) after which a chosen lease action, such as stopping or destroying the instance, will take place.
411
+
These lease settings are defined in the Compute Offering and are automatically applied to any Instance created using it.
412
+
413
+
.. note:: The global configuration ``instance.lease.enabled`` should be configured as true to create compute offering with lease.
414
+
415
+
.. note:: Lease duration or expiryaction can't be updated for compute offering.
416
+
417
+
``instance.lease.enabled``: Indicates whether Instance Lease feature is enabled or not. Default is **false**
418
+
For more information, see `“Setting Global Configuration Parameters”
- **Lease Duration (in days)**: Sets the lease duration. An instance created using this compute offering will inherit the lease duration by default. Supported values are in range 1 <= N <= 36500.
424
+
425
+
- **Lease expiry action**: Lease expiry action: Denotes lease expiry action, which gets executed upon lease expiry for instances created using this compute offering.
426
+
Supported values for lease expiry action are as follows:
0 commit comments