SeasonalVirtualStorage Node
General Description
The SeasonalVirtualStorage node is a virtual storage node that operates only for a specified period within a year.
This node is most useful for representing licences that are only enforced during specified periods. The reset_day and reset_month parameters indicate when the node starts operating and the end_day and end_month when it stops operating. For the period when the node is not operating, the volume of the node remains unchanged and the node does not apply any constraints to the model.
The end_day and end_month can represent a date earlier in the year that the reset_day and and reset_month. This situation represents a licence that operates across a year boundary. For example, one that is active between October and March and not active between April and September.API Reference.
Primary Attributes
reset_day
The day of the month (0-31) when the node starts operating and its volume is reset to the initial value or maximum volume.
Required
reset_month
The month of the year (0-12) when the node starts operating and its volume is reset to the initial value or maximum volume.
Required
reset_to_initial_volume
Reset the volume to the initial volume instead of maximum volume each year (default is False)
Required
end_day
The day of the month (0-31) when the node stops operating
Required
end_month
The month of the year (0-12) when the node stops operating
Required
Examples
coming soon...
Last updated