VMware vSphere Automation SDK for .NET 6.5.0
vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults Class Reference

Snmp.SNMPHashResults class Structure to provide operators diagnostics test results. More...

List of all members.

Public Member Functions

 SNMPHashResults ()
 Creates a default new instance.
string GetAuthKey ()
 SNMP authentication key.
void SetAuthKey (string authKey)
 SNMP authentication key.
string GetPrivKey ()
 SNMP privacy key.
void SetPrivKey (string privKey)
 SNMP privacy key.
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

Snmp.SNMPHashResults class Structure to provide operators diagnostics test results.


Constructor & Destructor Documentation

vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::SNMPHashResults ( ) [inline]

Creates a default new instance.


Member Function Documentation

T vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::_ConvertTo< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
vmware.vapi.data.StructValue vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::_GetDataValue ( ) [inline]
vmware.vapi.bindings.type.StructType vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::_GetType ( ) [inline]
bool vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::_HasTypeNameOf< T > ( ) [inline]
Type Constraints
T :vmware.vapi.bindings.IStructure 
void vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::_Validate ( ) [inline]
override bool vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::Equals ( object  obj) [inline]
string vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::GetAuthKey ( ) [inline]

SNMP authentication key.

override int vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::GetHashCode ( ) [inline]
string vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::GetPrivKey ( ) [inline]

SNMP privacy key.

void vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::SetAuthKey ( string  authKey) [inline]

SNMP authentication key.

void vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::SetPrivKey ( string  privKey) [inline]

SNMP privacy key.

override string vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPHashResults::ToString ( ) [inline]

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