VMware vSphere Automation SDK for .NET 7.0.0.1
|
Builder class for UnknownSectionParams. More...
Public Member Functions | |
Builder () | |
Constructor with parameters for the required properties of UnknownSectionParams. | |
Builder | SetUnknownSections (global::System.Collections.Generic.List< vmware.vcenter.ovf.UnknownSection > unknownSections) |
List of unknown, non-required sections. | |
Builder | SetType (string type) |
Unique identifier describing the type of the OVF parameters. | |
UnknownSectionParams | Build () |
Builder class for UnknownSectionParams.
vmware::vcenter::ovf::UnknownSectionParams::Builder::Builder | ( | ) | [inline] |
Constructor with parameters for the required properties of UnknownSectionParams.
UnknownSectionParams vmware::vcenter::ovf::UnknownSectionParams::Builder::Build | ( | ) | [inline] |
Builder vmware::vcenter::ovf::UnknownSectionParams::Builder::SetType | ( | string | type | ) | [inline] |
Unique identifier describing the type of the OVF parameters.
The value is the name of the OVF parameters class.
Builder vmware::vcenter::ovf::UnknownSectionParams::Builder::SetUnknownSections | ( | global::System.Collections.Generic.List< vmware.vcenter.ovf.UnknownSection > | unknownSections | ) | [inline] |
List of unknown, non-required sections.