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

The PropertyParams class contains a list of OVF properties that can be configured when the OVF package is deployed. More...

List of all members.

Public Member Functions

 PropertyParams ()
 Creates a default new instance.
global::System.Collections.Generic.List
< vmware.vcenter.ovf.Property
GetProperties ()
 List of OVF properties.
void SetProperties (global::System.Collections.Generic.List< vmware.vcenter.ovf.Property > properties)
 List of OVF properties.
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 PropertyParams class contains a list of OVF properties that can be configured when the OVF package is deployed.

This is based on the ovf:ProductSection.

See LibraryItem.Deploy and LibraryItem.Filter


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ovf::PropertyParams::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ovf::PropertyParams::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::PropertyParams::_GetType ( ) [inline]
bool vmware::vcenter::ovf::PropertyParams::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ovf::PropertyParams::_Validate ( ) [inline]
override bool vmware::vcenter::ovf::PropertyParams::Equals ( object  obj) [inline]
string vmware::vcenter::ovf::PropertyParams::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::PropertyParams::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<vmware.vcenter.ovf.Property> vmware::vcenter::ovf::PropertyParams::GetProperties ( ) [inline]

List of OVF properties.

void vmware::vcenter::ovf::PropertyParams::SetProperties ( global::System.Collections.Generic.List< vmware.vcenter.ovf.Property properties) [inline]

List of OVF properties.

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

Unique identifier describing the type of the OVF parameters.

The value is the name of the OVF parameters class.

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

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