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::FilterSpec Class Reference
Inheritance diagram for Com::Vmware::Vcenter::Folder::FilterSpec:

Avaliable Methods

public method get_folders ()
 
public method set_parent_folders ()
 
public method set_type ()
 
public method get_names ()
 
public method set_datacenters ()
 
public method get_datacenters ()
 
public method get_parent_folders ()
 
public method set_folders ()
 
public method set_names ()
 
public method new ()
 
public method get_type ()
 

Detailed Description

The Com::Vmware::Vcenter::Folder::FilterSpec class contains fields used to filter the results when listing folders (see :func:Com::Vmware::Vcenter::Folder.list ). If multiple fields are specified, only folders matching all of the fields match the filter.

Member Function Documentation

public method Com::Vmware::Vcenter::Folder::FilterSpec::get_datacenters ( )

Gets the value of 'datacenters' property.

Return values
datacenters- The current value of the field. Datacenters that must contain the folder for the folder to match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::get_folders ( )

Gets the value of 'folders' property.

Return values
folders- The current value of the field. Identifiers of folders that can match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::get_names ( )

Gets the value of 'names' property.

Return values
names- The current value of the field. Names that folders must have to match the filter (see :attr:Com::Vmware::Vcenter::Folder::Summary.name ). Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::get_parent_folders ( )

Gets the value of 'parent_folders' property.

Return values
parent_folders- The current value of the field. Folders that must contain the folder for the folder to match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Type that folders must have to match the filter (see :attr:Com::Vmware::Vcenter::Folder::Summary.type ). Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Folder::FilterSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::set_datacenters ( )

Sets the given value for 'datacenters' property.

Parameters
datacenters- New value for the field. Datacenters that must contain the folder for the folder to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::set_folders ( )

Sets the given value for 'folders' property.

Parameters
folders- New value for the field. Identifiers of folders that can match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::set_names ( )

Sets the given value for 'names' property.

Parameters
names- New value for the field. Names that folders must have to match the filter (see :attr:Com::Vmware::Vcenter::Folder::Summary.name ).
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::set_parent_folders ( )

Sets the given value for 'parent_folders' property.

Parameters
parent_folders- New value for the field. Folders that must contain the folder for the folder to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::Folder::FilterSpec::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Type that folders must have to match the filter (see :attr:Com::Vmware::Vcenter::Folder::Summary.type ).
Code:
click to view

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