EnvironmentDetails Class

This represents the details about a User's environment and its state.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
EnvironmentDetails

Constructor

EnvironmentDetails(**kwargs)

Variables

name
str

Name of the Environment.

description
str

Description of the Environment.

id
str

Resource Id of the environment.

provisioning_state
str

The provisioning state of the environment. This also includes LabIsFull and NotYetProvisioned status.

virtual_machine_details
VirtualMachineDetails

Details of backing DTL virtual machine with compute and network details.

latest_operation_result
LatestOperationResult

The details of the latest operation. ex: status, error.

environment_state
str

Publishing state of the environment setting Possible values are Creating, Created, Failed.

total_usage
timedelta

How long the environment has been used by a lab user.

password_last_reset
datetime

When the password was last reset on the environment.