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

Avaliable Methods

public method set_datacenter ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 
public method get_datacenter ()
 

Detailed Description

The Com::Vmware::Vcenter::Datacenter::Summary class contains commonly used information about a datacenter in vCenter Server.

Member Function Documentation

public method Com::Vmware::Vcenter::Datacenter::Summary::get_datacenter ( )

Gets the value of 'datacenter' property.

Return values
datacenter- The current value of the field. Identifier of the datacenter. ID#
Code:
click to view
public method Com::Vmware::Vcenter::Datacenter::Summary::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name of the datacenter. String#
Code:
click to view
public method Com::Vmware::Vcenter::Datacenter::Summary::new ( )

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

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

Sets the given value for 'datacenter' property.

Parameters
datacenter- New value for the field. Identifier of the datacenter.
Code:
click to view
public method Com::Vmware::Vcenter::Datacenter::Summary::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name of the datacenter.
Code:
click to view

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