Enum VMwareHierarchyObjectType
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the type of VMware object found within the hierarchy.
public enum VMwareHierarchyObjectType
Fields
Cluster = 1
Represents a VMware cluster.
Datacenter = 2
Represents a data center object.
Datastore = 3
Represents a datastore.
DatastoreCluster = 4
Represents a datastore cluster.
DatastoreFolder = 5
Represents a datastore folder.
DistributedSwitch = 6
Represents a distributed virtual switch.
Host = 7
Represents a VMware host.
HostFolder = 8
Represents a VMware host folder.
NetworkFolder = 9
Represents a network folder.
ResourcePool = 10
Represents a VMware resource pool.
RootObject = 14
Represents the root object.
Unknown = 0
Represents an unknown VMware object type.
VirtualMachine = 11
Represents a virtual machine.
VirtualMachineFolder = 12
Represents a virtual machine folder.
VirtualMachineTemplate = 13
Represents a virtual machine template.