Environment Details Response
data class EnvironmentDetailsResponse(val description: String, val environmentState: String, val id: String, val latestOperationResult: LatestOperationResultResponse, val name: String, val passwordLastReset: String, val provisioningState: String, val totalUsage: String, val virtualMachineDetails: VirtualMachineDetailsResponse)
This represents the details about a User's environment and its state.
Constructors
Link copied to clipboard
constructor(description: String, environmentState: String, id: String, latestOperationResult: LatestOperationResultResponse, name: String, passwordLastReset: String, provisioningState: String, totalUsage: String, virtualMachineDetails: VirtualMachineDetailsResponse)
Properties
Link copied to clipboard
Description of the Environment
Link copied to clipboard
Publishing state of the environment setting Possible values are Creating, Created, Failed
Link copied to clipboard
The details of the latest operation. ex: status, error
Link copied to clipboard
When the password was last reset on the environment.
Link copied to clipboard
The provisioning state of the environment. This also includes LabIsFull and NotYetProvisioned status.
Link copied to clipboard
How long the environment has been used by a lab user
Link copied to clipboard
Details of backing DTL virtual machine with compute and network details.