|
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
|
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 () |
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 .
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_description | ( | ) |
Gets the value of 'description' property.
| description | - The current value of the field. The description of the scale-out group. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_id | ( | ) |
Gets the value of 'id' property.
| id | - The current value of the field. The identifier of the scale-out group. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_instance_count | ( | ) |
Gets the value of 'instance_count' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_maximum_instance_count | ( | ) |
Gets the value of 'maximum_instance_count' property.
| maximum_instance_count | - The current value of the field. The maximum scaling factor. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::get_minimum_instance_count | ( | ) |
Gets the value of 'minimum_instance_count' property.
| minimum_instance_count | - The current value of the field. The minimum scaling factor. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::ScaleOutGroup structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_description | ( | ) |
Sets the given value for 'description' property.
| description | - New value for the field. The description of the scale-out group. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_id | ( | ) |
Sets the given value for 'id' property.
| id | - New value for the field. The identifier of the scale-out group. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_instance_count | ( | ) |
Sets the given value for 'instance_count' property.
| 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:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_maximum_instance_count | ( | ) |
Sets the given value for 'maximum_instance_count' property.
| maximum_instance_count | - New value for the field. The maximum scaling factor. |
Code:
| public method Com::Vmware::Vcenter::Ovf::ScaleOutGroup::set_minimum_instance_count | ( | ) |
Sets the given value for 'minimum_instance_count' property.
| minimum_instance_count | - New value for the field. The minimum scaling factor. |
Code: