Source code for models_v2.type_32_enum

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

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