update JNI to add new status code
This commit is contained in:
parent
c341bf6d8c
commit
a8dde7b89b
2 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,11 @@ public enum VirtualNetworkStatus {
|
|||
*/
|
||||
NETWORK_STATUS_OK,
|
||||
|
||||
/**
|
||||
* Netconf master said SSO auth required.
|
||||
*/
|
||||
NETWORK_STATUS_AUTHENTICATION_REQUIRED,
|
||||
|
||||
/**
|
||||
* Netconf master told us 'nope'
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue