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

Avaliable Methods

public method set_groups ()
 
public method set_type ()
 
public method get_groups ()
 
public method get_type ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::ScaleOutParams class contains information about the scale-out groups described in the OVF package.

When deploying an OVF package, a deployment specific instance count can be specified (see :attr:Com::Vmware::Vcenter::Ovf::ScaleOutGroup.instance_count .

This is based on the ovf2:ScaleOutSection.

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::ScaleOutParams::get_groups ( )

Gets the value of 'groups' property.

Return values
groups- The current value of the field. The list of scale-out groups. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutParams::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::ScaleOutParams::new ( )

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

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

Sets the given value for 'groups' property.

Parameters
groups- New value for the field. The list of scale-out groups.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutParams::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: