|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ScaleOutParams. More...
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 () |
Builder class for ScaleOutParams.
| vmware::vcenter::ovf::ScaleOutParams::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of ScaleOutParams.
| 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.