models.exclude_type_enum module

class models.exclude_type_enum.ExcludeTypeEnum[source]

Bases: object

Implementation of the ‘excludeType’ enum.

TODO: type enum description here.

Attributes:

KVCENTER: TODO: type description here. KFOLDER: TODO: type description here. KDATACENTER: TODO: type description here. KCOMPUTERESOURCE: TODO: type description here. KCLUSTERCOMPUTERESOURCE: TODO: type description here. KRESOURCEPOOL: TODO: type description here. KDATASTORE: TODO: type description here. KHOSTSYSTEM: TODO: type description here. KVIRTUALMACHINE: TODO: type description here. KVIRTUALAPP: TODO: type description here. KSTANDALONEHOST: TODO: type description here. KSTORAGEPOD: TODO: type description here. KNETWORK: TODO: type description here. KDISTRIBUTEDVIRTUALPORTGROUP: TODO: type description here. KTAGCATEGORY: TODO: type description here. KTAG: TODO: type description here.

KCLUSTERCOMPUTERESOURCE = 'kClusterComputeResource'
KCOMPUTERESOURCE = 'kComputeResource'
KDATACENTER = 'kDatacenter'
KDATASTORE = 'kDatastore'
KDISTRIBUTEDVIRTUALPORTGROUP = 'kDistributedVirtualPortgroup'
KFOLDER = 'kFolder'
KHOSTSYSTEM = 'kHostSystem'
KNETWORK = 'kNetwork'
KRESOURCEPOOL = 'kResourcePool'
KSTANDALONEHOST = 'kStandaloneHost'
KSTORAGEPOD = 'kStoragePod'
KTAG = 'kTag'
KTAGCATEGORY = 'kTagCategory'
KVCENTER = 'kVCenter'
KVIRTUALAPP = 'kVirtualApp'
KVIRTUALMACHINE = 'kVirtualMachine'