FolderType

The Folder.Type enumerated type defines the type of a vCenter Server folder. The type of a folder determines what what kinds of children can be contained in the folder.
DATACENTER : A folder that can contain datacenters.
DATASTORE : A folder that can contain datastores.
HOST : A folder that can contain compute resources (hosts and clusters).
NETWORK : A folder that can contain networkds.
VIRTUAL_MACHINE : A folder that can contain virtual machines.

Enumeration:   DATACENTER,   DATASTORE,   HOST,   NETWORK,   VIRTUAL_MACHINE,  


Feedback

Was this page helpful?