models_v2.kvm_object_type_enum module¶
-
class
models_v2.kvm_object_type_enum.
KvmObjectTypeEnum
[source]¶ Bases:
object
Implementation of the ‘kvmObjectType’ enum.
TODO: type enum description here.
- Attributes:
KOVIRTMANAGER: TODO: type description here. KSTANDALONEHOST: TODO: type description here. KDATACENTER: TODO: type description here. KCLUSTER: TODO: type description here. KHOST: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KNETWORK: TODO: type description here. KSTORAGEDOMAIN: TODO: type description here. KVNICPROFILE: TODO: type description here.
-
KCLUSTER
= 'kCluster'¶
-
KDATACENTER
= 'kDatacenter'¶
-
KHOST
= 'kHost'¶
-
KNETWORK
= 'kNetwork'¶
-
KOVIRTMANAGER
= 'kOVirtManager'¶
-
KSTANDALONEHOST
= 'kStandaloneHost'¶
-
KSTORAGEDOMAIN
= 'kStorageDomain'¶
-
KVIRTUALMACHINE
= 'kVirtualMachine'¶
-
KVNICPROFILE
= 'kVNicProfile'¶