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

Avaliable Methods

public method set_type ()
 
public method set_unknown_sections ()
 
public method get_type ()
 
public method get_unknown_sections ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::UnknownSectionParams class contains a list of unknown, non-required sections.

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::UnknownSectionParams::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::UnknownSectionParams::get_unknown_sections ( )

Gets the value of 'unknown_sections' property.

Return values
unknown_sections- The current value of the field. List* of unknown, non-required sections. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::UnknownSectionParams::new ( )

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

Return values
Blessedobject
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::UnknownSectionParams::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
public method Com::Vmware::Vcenter::Ovf::UnknownSectionParams::set_unknown_sections ( )

Sets the given value for 'unknown_sections' property.

Parameters
unknown_sections- New value for the field. List* of unknown, non-required sections.
Code:
click to view

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