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

Avaliable Methods

public method get_folders ()
 
public method get_names ()
 
public method set_datacenters ()
 
public method get_datacenters ()
 
public method set_folders ()
 
public method set_clusters ()
 
public method set_names ()
 
public method get_clusters ()
 
public method new ()
 

Detailed Description

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

Member Function Documentation

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

Gets the value of 'clusters' property.

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

Gets the value of 'datacenters' property.

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

Gets the value of 'folders' property.

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

Gets the value of 'names' property.

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

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

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

Sets the given value for 'clusters' property.

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

Sets the given value for 'datacenters' property.

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

Sets the given value for 'folders' property.

Parameters
folders- New value for the field. Folders that must contain the cluster for the cluster to match the filter.
Code:
click to view
public method Com::Vmware::Vcenter::Cluster::FilterSpec::set_names ( )

Sets the given value for 'names' property.

Parameters
names- New value for the field. Names that clusters must have to match the filter (see :attr:Com::Vmware::Vcenter::Cluster::Info.name ).
Code:
click to view

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