Package | Description |
---|---|
com.hp.sdn.driver | |
com.hp.sdn.dvc.facet |
Device Driver Facet interfaces
|
Modifier and Type | Method and Description |
---|---|
static SnmpKey |
SnmpKey.forSnmpV1(String description,
String readCommunityName,
String writeCommunityName)
Create a v1 SNMP key
|
static SnmpKey |
SnmpKey.forSnmpV2(String description,
String readCommunityName,
String writeCommunityName)
Create a v2 SNMP key
|
static SnmpKey |
SnmpKey.forSnmpV3(String description,
Usm.AuthorizationType authType,
Usm.PrivacyType privacyType,
String userName,
String authPassword,
String privacyPassword)
Create a v3 SNMP key
|
Constructor and Description |
---|
SnmpKey(SnmpKey key) |
Modifier and Type | Method and Description |
---|---|
SnmpKey |
SnmpDriver.key()
Get the credential UUID that was found to match the device.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpDriver.setKey(SnmpKey key)
Set the SNMP key information for future communication.
|
Copyright © 2015. All Rights Reserved.