VMware vCloud Suite SDK for .NET 6.0.0
vmware::vcenter::ovf::UnknownSectionParams Class Reference

The UnknownSectionParams class contains a list of unknown, non-required sections. More...

List of all members.

Public Member Functions

 UnknownSectionParams ()
 Creates a default new instance.
global::System.Collections.Generic.List
< vmware.vcenter.ovf.UnknownSection
GetUnknownSections ()
 List of unknown, non-required sections.
void SetUnknownSections (global::System.Collections.Generic.List< vmware.vcenter.ovf.UnknownSection > unknownSections)
 List of unknown, non-required sections.
string Get_Type ()
 Unique identifier describing the type of the OVF parameters.
void SetType (string type)
 Unique identifier describing the type of the OVF parameters.
vmware.vapi.bindings.type.StructType _GetType ()
vmware.vapi.data.StructValue _GetDataValue ()
void _Validate ()
bool _HasTypeNameOf< T > ()
_ConvertTo< T > ()
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Detailed Description

The UnknownSectionParams class contains a list of unknown, non-required sections.

See LibraryItem.Deploy and LibraryItem.Filter


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ovf::UnknownSectionParams::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ovf::UnknownSectionParams::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::UnknownSectionParams::_GetType ( ) [inline]
bool vmware::vcenter::ovf::UnknownSectionParams::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ovf::UnknownSectionParams::_Validate ( ) [inline]
override bool vmware::vcenter::ovf::UnknownSectionParams::Equals ( object  obj) [inline]
string vmware::vcenter::ovf::UnknownSectionParams::Get_Type ( ) [inline]

Unique identifier describing the type of the OVF parameters.

The value is the name of the OVF parameters class.

override int vmware::vcenter::ovf::UnknownSectionParams::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<vmware.vcenter.ovf.UnknownSection> vmware::vcenter::ovf::UnknownSectionParams::GetUnknownSections ( ) [inline]

List of unknown, non-required sections.

void vmware::vcenter::ovf::UnknownSectionParams::SetType ( string  type) [inline]

Unique identifier describing the type of the OVF parameters.

The value is the name of the OVF parameters class.

void vmware::vcenter::ovf::UnknownSectionParams::SetUnknownSections ( global::System.Collections.Generic.List< vmware.vcenter.ovf.UnknownSection unknownSections) [inline]

List of unknown, non-required sections.

override string vmware::vcenter::ovf::UnknownSectionParams::ToString ( ) [inline]

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