|
VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for ExtraConfig. More...
Public Member Functions | |
| Builder () | |
| Constructor with parameters for the required properties of ExtraConfig. | |
| Builder | SetKey (string key) |
| The key of the ExtraConfig element. | |
| Builder | SetValue (string value_) |
| The value of the ExtraConfig element. | |
| Builder | SetVirtualSystemId (string virtualSystemId) |
| The identifier of the virtual system containing the vmw:ExtraConfig element. | |
| ExtraConfig | Build () |
Builder class for ExtraConfig.
| vmware::vcenter::ovf::ExtraConfig::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of ExtraConfig.
| ExtraConfig vmware::vcenter::ovf::ExtraConfig::Builder::Build | ( | ) | [inline] |
| Builder vmware::vcenter::ovf::ExtraConfig::Builder::SetKey | ( | string | key | ) | [inline] |
The key of the ExtraConfig element.
| Builder vmware::vcenter::ovf::ExtraConfig::Builder::SetValue | ( | string | value_ | ) | [inline] |
The value of the ExtraConfig element.
| Builder vmware::vcenter::ovf::ExtraConfig::Builder::SetVirtualSystemId | ( | string | virtualSystemId | ) | [inline] |
The identifier of the virtual system containing the vmw:ExtraConfig element.