|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for DeploymentOptionParams. More...
Public Member Functions | |
| Builder () | |
| Constructor with parameters for the required properties of DeploymentOptionParams. | |
| Builder | SetDeploymentOptions (global::System.Collections.Generic.List< vmware.vcenter.ovf.DeploymentOption > deploymentOptions) |
| List of deployment options. | |
| Builder | SetSelectedKey (string selectedKey) |
| The selected deployment option. | |
| Builder | SetType (string type) |
| Unique identifier describing the type of the OVF parameters. | |
| DeploymentOptionParams | Build () |
Builder class for DeploymentOptionParams.
| vmware::vcenter::ovf::DeploymentOptionParams::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of DeploymentOptionParams.
| DeploymentOptionParams vmware::vcenter::ovf::DeploymentOptionParams::Builder::Build | ( | ) | [inline] |
| Builder vmware::vcenter::ovf::DeploymentOptionParams::Builder::SetDeploymentOptions | ( | global::System.Collections.Generic.List< vmware.vcenter.ovf.DeploymentOption > | deploymentOptions | ) | [inline] |
List of deployment options.
This field corresponds to the ovf:Configuration elements of the ovf:DeploymentOptionSection in the specification. It is a discrete set of intended resource allocation configurations from which one can be selected.
| Builder vmware::vcenter::ovf::DeploymentOptionParams::Builder::SetSelectedKey | ( | string | selectedKey | ) | [inline] |
The selected deployment option.
Identifies the DeploymentOption in the list in the deploymentOptions field with a matching value in the DeploymentOption.key field.
| Builder vmware::vcenter::ovf::DeploymentOptionParams::Builder::SetType | ( | string | type | ) | [inline] |
Unique identifier describing the type of the OVF parameters.
The value is the name of the OVF parameters class.