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

The OperationInfo class contains authentication information of an operation element. More...

List of all members.

Public Member Functions

 OperationInfo ()
 Creates a default new instance.
global::System.Collections.Generic.List
< vmware.vapi.metadata.authentication.AuthenticationInfo
GetSchemes ()
 List of authentication schemes used by an operation element.
void SetSchemes (global::System.Collections.Generic.List< vmware.vapi.metadata.authentication.AuthenticationInfo > schemes)
 List of authentication schemes used by an operation element.
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 OperationInfo class contains authentication information of an operation element.


Constructor & Destructor Documentation

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

Creates a default new instance.


Member Function Documentation

T vmware::vapi::metadata::authentication::OperationInfo::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::vapi::metadata::authentication::OperationInfo::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::vapi::metadata::authentication::OperationInfo::_GetType ( ) [inline]
bool vmware::vapi::metadata::authentication::OperationInfo::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::vapi::metadata::authentication::OperationInfo::_Validate ( ) [inline]
override bool vmware::vapi::metadata::authentication::OperationInfo::Equals ( object  obj) [inline]
override int vmware::vapi::metadata::authentication::OperationInfo::GetHashCode ( ) [inline]
global::System.Collections.Generic.List<vmware.vapi.metadata.authentication.AuthenticationInfo> vmware::vapi::metadata::authentication::OperationInfo::GetSchemes ( ) [inline]

List of authentication schemes used by an operation element.

The authentication scheme specified on the service element corresponding to this operation element is ignored.

void vmware::vapi::metadata::authentication::OperationInfo::SetSchemes ( global::System.Collections.Generic.List< vmware.vapi.metadata.authentication.AuthenticationInfo schemes) [inline]

List of authentication schemes used by an operation element.

The authentication scheme specified on the service element corresponding to this operation element is ignored.

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

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