|
VMware vSphere Automation SDK for .NET 6.5.0
|
Snmp.SNMPSecLevel enumerated type Defines SNMP decurity levels
More...
Public Types | |
| enum | Values { _UNKNOWN, none, auth, priv } |
| C# enum whose values can be used in switch statements. More... | |
Public Member Functions | |
| bool | IsUnknown () |
| Values | GetEnumValue () |
Static Public Member Functions | |
| static SNMPSecLevel[] | GetValues () |
| static SNMPSecLevel | ValueOf (string name) |
Static Public Attributes | |
| static readonly SNMPSecLevel | none = new SNMPSecLevel("none", Values.none) |
| none | |
| static readonly SNMPSecLevel | auth = new SNMPSecLevel("auth", Values.auth) |
| auth | |
| static readonly SNMPSecLevel | priv = new SNMPSecLevel("priv", Values.priv) |
| priv | |
Snmp.SNMPSecLevel enumerated type Defines SNMP decurity levels
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::SNMPSecLevel::GetEnumValue | ( | ) | [inline] |
| static SNMPSecLevel [] vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::GetValues | ( | ) | [inline, static] |
| bool vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::IsUnknown | ( | ) | [inline] |
| static SNMPSecLevel vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::ValueOf | ( | string | name | ) | [inline, static] |
readonly SNMPSecLevel vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::auth = new SNMPSecLevel("auth", Values.auth) [static] |
auth
readonly SNMPSecLevel vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::none = new SNMPSecLevel("none", Values.none) [static] |
none
readonly SNMPSecLevel vmware::appliance::techpreview::monitoring::SnmpTypes::SNMPSecLevel::priv = new SNMPSecLevel("priv", Values.priv) [static] |
priv