Service Plan Default Auto Shutdown Args
data class ServicePlanDefaultAutoShutdownArgs(val disconnectDelay: Output<String>? = null, val idleDelay: Output<String>? = null, val noConnectDelay: Output<String>? = null, val shutdownOnIdle: Output<String>? = null) : ConvertibleToJava<ServicePlanDefaultAutoShutdownArgs>
Properties
Link copied to clipboard
The amount of time a VM will stay running after a user disconnects if this behavior is enabled. This value must be formatted as an ISO 8601 string.
Link copied to clipboard
The amount of time a VM will stay running before it is shutdown if no connection is made and this behavior is enabled. This value must be formatted as an ISO 8601 string.
Link copied to clipboard
Will a VM get shutdown when it has idled for a period of time? Possible values are LowUsage
and UserAbsence
.