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

Avaliable Methods

public method set_resource_pools ()
 
public method get_resource_pools ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Vcenter::ResourcePool::Info class contains information about a resource pool.

Member Function Documentation

public method Com::Vmware::Vcenter::ResourcePool::Info::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the vCenter Server resource pool. String#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::Info::get_resource_pools ( )

Gets the value of 'resource_pools' property.

Return values
resource_pools- The current value of the field. Identifiers of the child resource pools contained in this resource pool. Set#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::Info::new ( )

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

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

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the vCenter Server resource pool.
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::Info::set_resource_pools ( )

Sets the given value for 'resource_pools' property.

Parameters
resource_pools- New value for the field. Identifiers of the child resource pools contained in this resource pool.
Code:
click to view

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