Source code for models_v2.vmware_source_type_1_enum

# -*- coding: utf-8 -*-

[docs]class VmwareSourceType1Enum(object): """Implementation of the 'VmwareSourceType1' enum. Specifies the VMware Source types. Attributes: KVCENTER: TODO: type description here. KSTANDALONEHOST: TODO: type description here. KVCLOUDDIRECTOR: TODO: type description here. """ KVCENTER = 'kVCenter' KSTANDALONEHOST = 'kStandaloneHost' K_VCLOUD_DIRECTOR = 'kvCloudDirector'