VMware vSphere Automation SDK for .NET 7.0.0.1
vmware::vcenter::ovf::ScaleOutGroup::Builder Class Reference

Builder class for ScaleOutGroup. More...

List of all members.

Public Member Functions

 Builder ()
 Constructor with parameters for the required properties of ScaleOutGroup.
Builder SetId (string id)
 The identifier of the scale-out group.
Builder SetDescription (string description)
 The description of the scale-out group.
Builder SetInstanceCount (long?instanceCount)
 The scaling factor to use.
Builder SetMinimumInstanceCount (long?minimumInstanceCount)
 The minimum scaling factor.
Builder SetMaximumInstanceCount (long?maximumInstanceCount)
 The maximum scaling factor.
ScaleOutGroup Build ()

Detailed Description


Constructor & Destructor Documentation

vmware::vcenter::ovf::ScaleOutGroup::Builder::Builder ( ) [inline]

Constructor with parameters for the required properties of ScaleOutGroup.


Member Function Documentation

ScaleOutGroup vmware::vcenter::ovf::ScaleOutGroup::Builder::Build ( ) [inline]
Builder vmware::vcenter::ovf::ScaleOutGroup::Builder::SetDescription ( string  description) [inline]

The description of the scale-out group.

Builder vmware::vcenter::ovf::ScaleOutGroup::Builder::SetId ( string  id) [inline]

The identifier of the scale-out group.

Builder vmware::vcenter::ovf::ScaleOutGroup::Builder::SetInstanceCount ( long?  instanceCount) [inline]

The scaling factor to use.

It defines the number of replicas of the prototypical virtual system or virtual system collection.

Builder vmware::vcenter::ovf::ScaleOutGroup::Builder::SetMaximumInstanceCount ( long?  maximumInstanceCount) [inline]

The maximum scaling factor.

Builder vmware::vcenter::ovf::ScaleOutGroup::Builder::SetMinimumInstanceCount ( long?  minimumInstanceCount) [inline]

The minimum scaling factor.


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