models_v2.hyperv_object_type_enum module

class models_v2.hyperv_object_type_enum.HypervObjectTypeEnum[source]

Bases: object

Implementation of the ‘hypervObjectType’ enum.

TODO: type enum description here.

Attributes:

KSCVMMSERVER: TODO: type description here. KSTANDALONEHOST: TODO: type description here. KSTANDALONECLUSTER: TODO: type description here. KHOSTGROUP: TODO: type description here. KHYPERVHOST: TODO: type description here. KHOSTCLUSTER: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KNETWORK: TODO: type description here. KDATASTORE: TODO: type description here. KTAG: TODO: type description here. KCUSTOMPROPERTY: TODO: type description here.

KCUSTOMPROPERTY = 'kCustomProperty'
KDATASTORE = 'kDatastore'
KHOSTCLUSTER = 'kHostCluster'
KHOSTGROUP = 'kHostGroup'
KNETWORK = 'kNetwork'
KSCVMMSERVER = 'kSCVMMServer'
KSTANDALONECLUSTER = 'kStandaloneCluster'
KSTANDALONEHOST = 'kStandaloneHost'
KTAG = 'kTag'
KVIRTUALMACHINE = 'kVirtualMachine'
K_HYPERV_HOST = 'kHypervHost'