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

Avaliable Methods

public method get_maximum_instance_count ()
 
public method set_description ()
 
public method get_id ()
 
public method set_instance_count ()
 
public method set_id ()
 
public method get_instance_count ()
 
public method get_minimum_instance_count ()
 
public method set_maximum_instance_count ()
 
public method get_description ()
 
public method set_minimum_instance_count ()
 
public method new ()
 

Detailed Description

The Com::Vmware::Vcenter::Ovf::ScaleOutGroup class contains information about a scale-out group.

It allows a virtual system collection to contain a set of children that are homogeneous with respect to a prototypical virtual system or virtual system collection. It shall cause the deployment function to replicate the prototype a number of times, thus allowing the number of instantiated virtual systems to be configured dynamically at deployment time.

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::ScaleOutGroup::get_description ( )

Gets the value of 'description' property.

Return values
description- The current value of the field. The description of the scale-out group. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_id ( )

Gets the value of 'id' property.

Return values
id- The current value of the field. The identifier of the scale-out group. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_instance_count ( )

Gets the value of 'instance_count' property.

Return values
instance_count- The current value of the field. The scaling factor to use. It defines the number of replicas of the prototypical virtual system or virtual system collection. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_maximum_instance_count ( )

Gets the value of 'maximum_instance_count' property.

Return values
maximum_instance_count- The current value of the field. The maximum scaling factor. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_minimum_instance_count ( )

Gets the value of 'minimum_instance_count' property.

Return values
minimum_instance_count- The current value of the field. The minimum scaling factor. optional#
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::new ( )

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

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

Sets the given value for 'description' property.

Parameters
description- New value for the field. The description of the scale-out group.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_id ( )

Sets the given value for 'id' property.

Parameters
id- New value for the field. The identifier of the scale-out group.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_instance_count ( )

Sets the given value for 'instance_count' property.

Parameters
instance_count- New value for the field. The scaling factor to use. It defines the number of replicas of the prototypical virtual system or virtual system collection.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_maximum_instance_count ( )

Sets the given value for 'maximum_instance_count' property.

Parameters
maximum_instance_count- New value for the field. The maximum scaling factor.
Code:
click to view
public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_minimum_instance_count ( )

Sets the given value for 'minimum_instance_count' property.

Parameters
minimum_instance_count- New value for the field. The minimum scaling factor.
Code:
click to view

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