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

Builder class for UnknownSectionParams. More...

List of all members.

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

Detailed Description


Constructor & Destructor Documentation

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

Constructor with parameters for the required properties of UnknownSectionParams.


Member Function Documentation

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.


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