models_v2.source_type_enum module

class models_v2.source_type_enum.SourceTypeEnum[source]

Bases: object

Implementation of the ‘SourceType’ enum.

Specifies the type of VMware source to which the VMs are being restored.

Attributes:

KVCENTER: TODO: type description here. KSTANDALONEHOST: TODO: type description here. KVCLOUDDIRECTOR: TODO: type description here.

KSTANDALONEHOST = 'kStandaloneHost'
KVCENTER = 'kVCenter'
K_VCLOUD_DIRECTOR = 'kvCloudDirector'