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

Builder class for ScaleOutParams. More...

List of all members.

Public Member Functions

 Builder ()
 Constructor with parameters for the required properties of ScaleOutParams.
Builder SetGroups (global::System.Collections.Generic.List< vmware.vcenter.ovf.ScaleOutGroup > groups)
 The list of scale-out groups.
Builder SetType (string type)
 Unique identifier describing the type of the OVF parameters.
ScaleOutParams Build ()

Detailed Description


Constructor & Destructor Documentation

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

Constructor with parameters for the required properties of ScaleOutParams.


Member Function Documentation

ScaleOutParams vmware::vcenter::ovf::ScaleOutParams::Builder::Build ( ) [inline]
Builder vmware::vcenter::ovf::ScaleOutParams::Builder::SetGroups ( global::System.Collections.Generic.List< vmware.vcenter.ovf.ScaleOutGroup groups) [inline]

The list of scale-out groups.

Builder vmware::vcenter::ovf::ScaleOutParams::Builder::SetType ( string  type) [inline]

Unique identifier describing the type of the OVF parameters.

The value is the name of the OVF parameters class.


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