|
VMware vSphere Automation SDK for .NET 6.5.0
|
Snmp.SNMPAuthProto enumerated type Defines SNMP authentication protocols
More...
Public Types | |
| enum | Values { _UNKNOWN, none, SHA1, MD5 } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static SNMPAuthProto[] | GetValues () |
| static SNMPAuthProto | ValueOf (string name) |
Static Public Attributes | |
| static readonly SNMPAuthProto | none = new SNMPAuthProto("none", Values.none) |
| NONE. | |
| static readonly SNMPAuthProto | SHA1 = new SNMPAuthProto("SHA1", Values.SHA1) |
| SHA1. | |
| static readonly SNMPAuthProto | MD5 = new SNMPAuthProto("MD5", Values.MD5) |
| MD5. | |
Snmp.SNMPAuthProto enumerated type Defines SNMP authentication protocols
C# enum whose values can be used in switch statements.
Ordinals have no semantic meaning (your code should not rely on them).
| Values vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::GetEnumValue | ( | ) | [inline] |
| static SNMPAuthProto [] vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::IsUnknown | ( | ) | [inline] |
| static SNMPAuthProto vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::ValueOf | ( | string | name | ) | [inline, static] |
readonly SNMPAuthProto vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::MD5 = new SNMPAuthProto("MD5", Values.MD5) [static] |
MD5.
readonly SNMPAuthProto vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::none = new SNMPAuthProto("none", Values.none) [static] |
NONE.
readonly SNMPAuthProto vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPAuthProto::SHA1 = new SNMPAuthProto("SHA1", Values.SHA1) [static] |
SHA1.