Source code for models_v2.type_57_enum

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

[docs]class Type57Enum(object): """Implementation of the 'Type57' 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'