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 = 1Represents a VMware cluster.
Datacenter = 2Represents a data center object.
Datastore = 3Represents a datastore.
DatastoreCluster = 4Represents a datastore cluster.
DatastoreFolder = 5Represents a datastore folder.
DistributedSwitch = 6Represents a distributed virtual switch.
Host = 7Represents a VMware host.
HostFolder = 8Represents a VMware host folder.
NetworkFolder = 9Represents a network folder.
ResourcePool = 10Represents a VMware resource pool.
RootObject = 14Represents the root object.
Unknown = 0Represents an unknown VMware object type.
VirtualMachine = 11Represents a virtual machine.
VirtualMachineFolder = 12Represents a virtual machine folder.
VirtualMachineTemplate = 13Represents a virtual machine template.