|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for DeploymentOption. More...
Public Member Functions | |
| Builder () | |
| Constructor with parameters for the required properties of DeploymentOption. | |
| Builder | SetKey (string key) |
| The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor. | |
| Builder | SetLabel (string label) |
| A localizable label for the deployment option. | |
| Builder | SetDescription (string description) |
| A localizable description for the deployment option. | |
| Builder | SetDefaultChoice (bool?defaultChoice) |
| A boolean flag indicates whether this deployment option is the default choice. | |
| DeploymentOption | Build () |
Builder class for DeploymentOption.
| vmware::vcenter::ovf::DeploymentOption::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of DeploymentOption.
| DeploymentOption vmware::vcenter::ovf::DeploymentOption::Builder::Build | ( | ) | [inline] |
| Builder vmware::vcenter::ovf::DeploymentOption::Builder::SetDefaultChoice | ( | bool? | defaultChoice | ) | [inline] |
A boolean flag indicates whether this deployment option is the default choice.
| Builder vmware::vcenter::ovf::DeploymentOption::Builder::SetDescription | ( | string | description | ) | [inline] |
A localizable description for the deployment option.
| Builder vmware::vcenter::ovf::DeploymentOption::Builder::SetKey | ( | string | key | ) | [inline] |
The key of the deployment option, corresponding to the ovf:id attribute in the OVF descriptor.
| Builder vmware::vcenter::ovf::DeploymentOption::Builder::SetLabel | ( | string | label | ) | [inline] |
A localizable label for the deployment option.