| Modifier and Type | Method and Description |
|---|---|
BgpCfg.State |
BgpCfg.getState()
Returns the status of the configuration based on this state certain operations like connection is handled.
|
static BgpCfg.State |
BgpCfg.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BgpCfg.State[] |
BgpCfg.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BgpCfg.setState(BgpCfg.State state)
To set the current state of the configuration.
|
Copyright © 2015. All rights reserved.