Auto Shutdown Profile Response
data class AutoShutdownProfileResponse(val disconnectDelay: String? = null, val idleDelay: String? = null, val noConnectDelay: String? = null, val shutdownOnDisconnect: String? = null, val shutdownOnIdle: String? = null, val shutdownWhenNotConnected: String? = null)
Profile for how to handle shutting down virtual machines.