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

Builder class for DeploymentOption. More...

List of all members.

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 ()

Detailed Description


Constructor & Destructor Documentation

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

Constructor with parameters for the required properties of DeploymentOption.


Member Function Documentation

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.


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