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

Avaliable Methods

public method set_type ()
 
public method get_properties ()
 
public method set_properties ()
 
public method get_type ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::PropertyParams class contains a list of OVF properties that can be configured when the OVF package is deployed.

This is based on the ovf:ProductSection.

See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .

Member Function Documentation

public method Com::Vmware::Vcenter::Ovf::PropertyParams::get_properties ( )

Gets the value of 'properties' property.

Return values
properties- The current value of the field. List* of OVF properties. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::PropertyParams::get_type ( )

Gets the value of 'type' property.

Return values
type- The current value of the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::PropertyParams::new ( )

Constructor to initialize the Com::Vmware::Vcenter::Ovf::PropertyParams structure

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::PropertyParams::set_properties ( )

Sets the given value for 'properties' property.

Parameters
properties- New value for the field. List* of OVF properties.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::PropertyParams::set_type ( )

Sets the given value for 'type' property.

Parameters
type- New value for the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class .
Code:
click to view

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