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

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::Cluster::Info class contains information about a cluster in vCenter Server.

Member Function Documentation

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

Gets the value of 'name' property.

Return values
name- The current value of the field. The name of the cluster String#
Code:
click to view
public method Com::Vmware::Vcenter::Cluster::Info::get_resource_pool ( )

Gets the value of 'resource_pool' property.

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

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

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

Sets the given value for 'name' property.

Parameters
name- New value for the field. The name of the cluster
Code:
click to view
public method Com::Vmware::Vcenter::Cluster::Info::set_resource_pool ( )

Sets the given value for 'resource_pool' property.

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

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