MachinesSummary interface
A summary of the machines in the workspace.
- Extends
Properties
| end |
Summary interval end time. |
| live | Number of live machines. |
| os | Machine counts by operating system. |
| start |
Summary interval start time. |
| total | Total number of machines. |
Inherited Properties
| id | Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | Resource name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
endTime
Summary interval end time.
endTime: Date
Property Value
Date
live
Number of live machines.
live: number
Property Value
number
os
Machine counts by operating system.
os: MachineCountsByOperatingSystem
Property Value
startTime
Summary interval start time.
startTime: Date
Property Value
Date
total
Total number of machines.
total: number
Property Value
number
Inherited Property Details
id
Resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Summary.id
name
Resource name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Summary.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Summary.type