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

The LibraryItem.ResultInfo class defines the information returned along with the result of a Create or Deploy method to describe errors, warnings, and informational messages produced by the server. More...

List of all members.

Public Member Functions

 ResultInfo ()
 Creates a default new instance.
global::System.Collections.Generic.List
< vmware.vcenter.ovf.OvfError
GetErrors ()
 List of errors.
void SetErrors (global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfError > errors)
 List of errors.
global::System.Collections.Generic.List
< vmware.vcenter.ovf.OvfWarning
GetWarnings ()
 List of warnings.
void SetWarnings (global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfWarning > warnings)
 List of warnings.
global::System.Collections.Generic.List
< vmware.vcenter.ovf.OvfInfo
GetInformation ()
 List of information messages.
void SetInformation (global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfInfo > information)
 List of information messages.
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 LibraryItem.ResultInfo class defines the information returned along with the result of a Create or Deploy method to describe errors, warnings, and informational messages produced by the server.


Constructor & Destructor Documentation

vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::ResultInfo ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::_GetType ( ) [inline]
bool vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::_Validate ( ) [inline]
override bool vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::Equals ( object  obj) [inline]
global::System.Collections.Generic.List<vmware.vcenter.ovf.OvfError> vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::GetErrors ( ) [inline]

List of errors.

Errors would have prevented the Create or Deploy method from completing successfully.

override int vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<vmware.vcenter.ovf.OvfInfo> vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::GetInformation ( ) [inline]

List of information messages.

For example, a non-required parameter was ignored.

global::System.Collections.Generic.List<vmware.vcenter.ovf.OvfWarning> vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::GetWarnings ( ) [inline]

List of warnings.

Warnings would not have prevented the Create or Deploy method from completing successfully. But there might be issues that warrant attention.

void vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::SetErrors ( global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfError errors) [inline]

List of errors.

Errors would have prevented the Create or Deploy method from completing successfully.

void vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::SetInformation ( global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfInfo information) [inline]

List of information messages.

For example, a non-required parameter was ignored.

void vmware::vcenter::ovf::LibraryItemTypes::ResultInfo::SetWarnings ( global::System.Collections.Generic.List< vmware.vcenter.ovf.OvfWarning warnings) [inline]

List of warnings.

Warnings would not have prevented the Create or Deploy method from completing successfully. But there might be issues that warrant attention.

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

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