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

Avaliable Methods

public method get_description ()
 
public method set_description ()
 
public method get_flags ()
 
public method set_name ()
 
public method new ()
 
public method get_name ()
 
public method set_flags ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec class defines the information used to create or update a library item containing an OVF package.

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. Description to use in the OVF descriptor stored in the library item. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_flags ( )

Gets the value of 'flags' property.

Return values
flags- The current value of the field. Flags to use for OVF package creation. The supported flags can be obtained using :func:Com::Vmware::Vcenter::Ovf::ExportFlag.list . Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::get_name ( )

Gets the value of 'name' property.

Return values
name- The current value of the field. Name to use in the OVF descriptor stored in the library item. Optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_description ( )

Sets the given value for 'description' property.

Parameters
description- New value for the field. Description to use in the OVF descriptor stored in the library item.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_flags ( )

Sets the given value for 'flags' property.

Parameters
flags- New value for the field. Flags to use for OVF package creation. The supported flags can be obtained using :func:Com::Vmware::Vcenter::Ovf::ExportFlag.list .
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::LibraryItem::CreateSpec::set_name ( )

Sets the given value for 'name' property.

Parameters
name- New value for the field. Name to use in the OVF descriptor stored in the library item.
Code:
click to view

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