ListVirtualMachineApplicableSchedulesResult

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

constructor(id: String, labVmsShutdown: ScheduleResponse? = null, labVmsStartup: ScheduleResponse? = null, location: String? = null, name: String, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The identifier of the resource.

Link copied to clipboard

The auto-shutdown schedule, if one has been set at the lab or lab resource level.

Link copied to clipboard

The auto-startup schedule, if one has been set at the lab or lab resource level.

Link copied to clipboard
val location: String? = null

The location of the resource.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.