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

Avaliable Methods

public method get_names ()
 
public method set_resource_pools ()
 
public method get_resource_pools ()
 
public method get_hosts ()
 
public method set_datacenters ()
 
public method set_clusters ()
 
public method get_datacenters ()
 
public method set_names ()
 
public method set_parent_resource_pools ()
 
public method get_clusters ()
 
public method new ()
 
public method get_parent_resource_pools ()
 
public method set_hosts ()
 

Detailed Description

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

Member Function Documentation

public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::get_clusters ( )

Gets the value of 'clusters' property.

Return values
clusters- The current value of the field. Clusters that must contain the resource pool for the resource pool to match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::get_datacenters ( )

Gets the value of 'datacenters' property.

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

Gets the value of 'hosts' property.

Return values
hosts- The current value of the field. Hosts that must contain the resource pool for the resource pool to match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::get_names ( )

Gets the value of 'names' property.

Return values
names- The current value of the field. Names that resource pools must have to match the filter (see :attr:Com::Vmware::Vcenter::ResourcePool::Info.name ). Optional#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::get_parent_resource_pools ( )

Gets the value of 'parent_resource_pools' property.

Return values
parent_resource_pools- The current value of the field. Resource pools that must contain the resource pool for the resource pool to match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::get_resource_pools ( )

Gets the value of 'resource_pools' property.

Return values
resource_pools- The current value of the field. Identifiers of resource pools that can match the filter. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::new ( )

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

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

Sets the given value for 'clusters' property.

Parameters
clusters- New value for the field. Clusters that must contain the resource pool for the resource pool to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::set_datacenters ( )

Sets the given value for 'datacenters' property.

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

Sets the given value for 'hosts' property.

Parameters
hosts- New value for the field. Hosts that must contain the resource pool for the resource pool to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::set_names ( )

Sets the given value for 'names' property.

Parameters
names- New value for the field. Names that resource pools must have to match the filter (see :attr:Com::Vmware::Vcenter::ResourcePool::Info.name ).
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::set_parent_resource_pools ( )

Sets the given value for 'parent_resource_pools' property.

Parameters
parent_resource_pools- New value for the field. Resource pools that must contain the resource pool for the resource pool to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::FilterSpec::set_resource_pools ( )

Sets the given value for 'resource_pools' property.

Parameters
resource_pools- New value for the field. Identifiers of resource pools that can match the filter.
Code:
click to view

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