EnvironmentInfo#

class EnvironmentInfo(type=None, provider_type=None, provisioning_type=None, *args, **kwargs)#

Bases: object

An object denoting the environment information of the PC. It contains the following fields:<br> - type: Enums denoting the environment type of the PC.<br> - providerType: Enums denoting the provider of the cloud PC.<br> - instanceObj: Enums denoting the instance type of the cloud PC.<br>

Parameters:
property provider_type#
Type:

ProviderType

property provisioning_type#
Type:

ProvisioningType

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property type#
Type:

EnvironmentType