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

Avaliable Methods

public method set_type ()
 
public method set_required ()
 
public method get_required ()
 
public method get_type ()
 
public method new ()
 
public method get_registration_accepted ()
 
public method set_registration_accepted ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::VcenterExtensionParams class specifies that the OVF package should be registered as a vCenter extension. The virtual machine or virtual appliance will gain unrestricted access to the vCenter Server APIs. It must be connected to a network with connectivity to the vCenter server.

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::VcenterExtensionParams::get_registration_accepted ( )

Gets the value of 'registration_accepted' property.

Return values
registration_accepted- The current value of the field. Whether registration as a vCenter extension is accepted.

If registration as a vCenter extension is required (see :attr:Com::Vmware::Vcenter::Ovf::VcenterExtensionParams.required ), this must be set to true during deployment. Defaults to false when returned from server.

optional#

Code:
click to view
public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::get_required ( )

Gets the value of 'required' property.

Return values
required- The current value of the field. Whether registration as a vCenter extension is required. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::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::VcenterExtensionParams::new ( )

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

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

Sets the given value for 'registration_accepted' property.

Parameters
registration_accepted- New value for the field. Whether registration as a vCenter extension is accepted.

If registration as a vCenter extension is required (see :attr:Com::Vmware::Vcenter::Ovf::VcenterExtensionParams.required ), this must be set to true during deployment. Defaults to false when returned from server.

Code:
click to view
public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::set_required ( )

Sets the given value for 'required' property.

Parameters
required- New value for the field. Whether registration as a vCenter extension is required.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::VcenterExtensionParams::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: