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

Avaliable Methods

public method get_folder ()
 
public method set_folder ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 

Detailed Description

The Com::Vmware::Vcenter::Datacenter::CreateSpec class defines the information used to create a datacenter.

Member Function Documentation

public method Com::Vmware::Vcenter::Datacenter::CreateSpec::get_folder ( )

Gets the value of 'folder' property.

Return values
folder- The current value of the field. Datacenter folder in which the new datacenter should be created. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Datacenter::CreateSpec::get_name ( )

Gets the value of 'name' property.

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

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

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

Sets the given value for 'folder' property.

Parameters
folder- New value for the field. Datacenter folder in which the new datacenter should be created.
Code:
click to view
public method Com::Vmware::Vcenter::Datacenter::CreateSpec::set_name ( )

Sets the given value for 'name' property.

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

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