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

Avaliable Methods

public method get_folders ()
 
public method get_networks ()
 
public method get_names ()
 
public method set_datacenters ()
 
public method get_datacenters ()
 
public method set_folders ()
 
public method set_names ()
 
public method get_types ()
 
public method set_networks ()
 
public method set_types ()
 
public method new ()
 

Detailed Description

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

Member Function Documentation

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

Gets the value of 'datacenters' property.

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

Gets the value of 'folders' property.

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

Gets the value of 'names' property.

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

Gets the value of 'networks' property.

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

Gets the value of 'types' property.

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

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

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

Sets the given value for 'datacenters' property.

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

Sets the given value for 'folders' property.

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

Sets the given value for 'names' property.

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

Sets the given value for 'networks' property.

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

Sets the given value for 'types' property.

Parameters
types- New value for the field. Types that networks must have to match the filter (see :attr:Com::Vmware::Vcenter::Network::Summary.type ).
Code:
click to view

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