Auto Shutdown Profile Args
data class AutoShutdownProfileArgs(val disconnectDelay: Output<String>? = null, val idleDelay: Output<String>? = null, val noConnectDelay: Output<String>? = null, val shutdownOnDisconnect: Output<EnableState>? = null, val shutdownOnIdle: Output<ShutdownOnIdleMode>? = null, val shutdownWhenNotConnected: Output<EnableState>? = null) : ConvertibleToJava<AutoShutdownProfileArgs>
Profile for how to handle shutting down virtual machines.
Constructors
Link copied to clipboard
fun AutoShutdownProfileArgs(disconnectDelay: Output<String>? = null, idleDelay: Output<String>? = null, noConnectDelay: Output<String>? = null, shutdownOnDisconnect: Output<EnableState>? = null, shutdownOnIdle: Output<ShutdownOnIdleMode>? = null, shutdownWhenNotConnected: Output<EnableState>? = null)