VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
 All Classes Files Functions
List of all members
Com::Vmware::Vcenter::Folder::Type Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Folder::Type:

Avaliable Methods

public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::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. Constant Com::Vmware::Vcenter::Folder::Type::DATACENTER # A folder that can contain datacenters. Constant Com::Vmware::Vcenter::Folder::Type::DATASTORE # A folder that can contain datastores. Constant Com::Vmware::Vcenter::Folder::Type::HOST # A folder that can contain compute resources (hosts and clusters). Constant Com::Vmware::Vcenter::Folder::Type::NETWORK # A folder that can contain networkds. Constant Com::Vmware::Vcenter::Folder::Type::VIRTUAL_MACHINE # A folder that can contain virtual machines.

Member Function Documentation

public method Com::Vmware::Vcenter::Folder::Type::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Folder::Type enumeration.

Return values
Blessedobject
Code:
click to view

The documentation for this class was generated from the following file: