VMware vCloud Suite SDK for .NET 6.0.0
vmware::vapi::metadata::authentication::ComponentInfo Class Reference

The ComponentInfo class contains authentication information of a component element. More...

List of all members.

Public Member Functions

 ComponentInfo ()
 Creates a default new instance.
global::System.Collections.Generic.Dictionary
< string,
vmware.vapi.metadata.authentication.PackageInfo
GetPackages ()
 Authentication information of all the package elements.
void SetPackages (global::System.Collections.Generic.Dictionary< string, vmware.vapi.metadata.authentication.PackageInfo > packages)
 Authentication information of all the package elements.
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 ComponentInfo class contains authentication information of a component element.

For an explanation of authentication information contained within component elements, see Component .


Constructor & Destructor Documentation

vmware::vapi::metadata::authentication::ComponentInfo::ComponentInfo ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::vapi::metadata::authentication::ComponentInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vapi::metadata::authentication::ComponentInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vapi::metadata::authentication::ComponentInfo::_GetType ( ) [inline]
bool vmware::vapi::metadata::authentication::ComponentInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vapi::metadata::authentication::ComponentInfo::_Validate ( ) [inline]
override bool vmware::vapi::metadata::authentication::ComponentInfo::Equals ( object  obj) [inline]
override int vmware::vapi::metadata::authentication::ComponentInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.Dictionary<string, vmware.vapi.metadata.authentication.PackageInfo> vmware::vapi::metadata::authentication::ComponentInfo::GetPackages ( ) [inline]

Authentication information of all the package elements.

The key in the map is the identifier of the package element and the value in the map is the authentication information for the package element.

For an explanation of authentication information containment within package elements, see Package . When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vapi.package . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.vapi.package .

void vmware::vapi::metadata::authentication::ComponentInfo::SetPackages ( global::System.Collections.Generic.Dictionary< string, vmware.vapi.metadata.authentication.PackageInfo packages) [inline]

Authentication information of all the package elements.

The key in the map is the identifier of the package element and the value in the map is the authentication information for the package element.

For an explanation of authentication information containment within package elements, see Package . When clients pass a value of this class as a parameter, the key in the field map must be an identifier for the resource type: com.vmware.vapi.package . When methods return a value of this class as a result, the key in the field map will be an identifier for the resource type: com.vmware.vapi.package .

override string vmware::vapi::metadata::authentication::ComponentInfo::ToString ( ) [inline]

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