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

Avaliable Methods

public method set_resource_pool ()
 
public method get_resource_pool ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Vcenter::ResourcePool::Summary class contains commonly used information about a resource pool in vCenter Server.

Member Function Documentation

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

Gets the value of 'name' property.

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

Gets the value of 'resource_pool' property.

Return values
resource_pool- The current value of the field. Identifier of the resource pool. ID#
Code:
click to view
public method Com::Vmware::Vcenter::ResourcePool::Summary::new ( )

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

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

Sets the given value for 'name' property.

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

Sets the given value for 'resource_pool' property.

Parameters
resource_pool- New value for the field. Identifier of the resource pool.
Code:
click to view

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