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