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

The ImportFlag.Info class describes an import flag supported by the deployment platform. More...

List of all members.

Public Member Functions

 Info ()
 Creates a default new instance.
string GetOption ()
 The name of the import flag that is supported by the deployment platform.
void SetOption (string option)
 The name of the import flag that is supported by the deployment platform.
vmware.vapi.std.LocalizableMessage GetDescription ()
 Localizable description of the import flag.
void SetDescription (vmware.vapi.std.LocalizableMessage description)
 Localizable description of the import flag.
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 ImportFlag.Info class describes an import flag supported by the deployment platform.


Constructor & Destructor Documentation

vmware::vcenter::ovf::ImportFlagTypes::Info::Info ( ) [inline]

Creates a default new instance.


Member Function Documentation

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

Localizable description of the import flag.

override int vmware::vcenter::ovf::ImportFlagTypes::Info::GetHashCode ( ) [inline]
string vmware::vcenter::ovf::ImportFlagTypes::Info::GetOption ( ) [inline]

The name of the import flag that is supported by the deployment platform.

void vmware::vcenter::ovf::ImportFlagTypes::Info::SetDescription ( vmware.vapi.std.LocalizableMessage  description) [inline]

Localizable description of the import flag.

void vmware::vcenter::ovf::ImportFlagTypes::Info::SetOption ( string  option) [inline]

The name of the import flag that is supported by the deployment platform.

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

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