List Virtual Machine Applicable Schedules Result
data class ListVirtualMachineApplicableSchedulesResult(val id: String, val labVmsShutdown: ScheduleResponse? = null, val labVmsStartup: ScheduleResponse? = null, val location: String? = null, val name: String, val tags: Map<String, String>? = null, val type: String)
Schedules applicable to a virtual machine. The schedules may have been defined on a VM or on lab level.
Constructors
Link copied to clipboard
constructor(id: String, labVmsShutdown: ScheduleResponse? = null, labVmsStartup: ScheduleResponse? = null, location: String? = null, name: String, tags: Map<String, String>? = null, type: String)