|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Datastore | |
---|---|
com.vhosting.netconf | From this package you can access the basic operations of Netconf as Java classes. |
Uses of Datastore in com.vhosting.netconf |
---|
Fields in com.vhosting.netconf declared as Datastore | |
---|---|
static Datastore |
Datastore.candidate
Identifies the "candidate" datastore. |
static Datastore |
Datastore.running
Identifies the "running" datastore. |
static Datastore |
Datastore.startup
Identifies the "startup" datastore. |
Constructors in com.vhosting.netconf with parameters of type Datastore | |
---|---|
CopyConfig(Session session,
Datastore target,
Datastore source)
Create the copy-config Netconf operation. |
|
CopyConfig(Session session,
Datastore target,
java.net.URL source)
Create the copy-config Netconf operation. |
|
CopyConfig(Session session,
java.net.URL target,
Datastore source)
Create the copy-config Netconf operation. |
|
DeleteConfig(Session session,
Datastore target)
Create the delete-config Netconf operation. |
|
EditConfig(Session session,
Datastore target,
Config config)
Create the edit-config Netconf operation. |
|
EditConfig(Session session,
Datastore target,
Config config,
EditConfig.DefaultEditOperation defop)
Create the edit-config Netconf operation. |
|
EditConfig(Session session,
Datastore target,
java.net.URL config)
Create the edit-config Netconf operation. |
|
EditConfig(Session session,
Datastore target,
java.net.URL config,
EditConfig.DefaultEditOperation defop)
Create the edit-config Netconf operation. |
|
GetConfig(Session session,
Datastore source)
Create the get-config Netconf operation. |
|
Lock(Session session,
Datastore target)
Create the lock Netconf operation. |
|
Unlock(Session session,
Datastore target)
Create the unlock Netconf operation. |
|
Validate(Session session,
Datastore source)
Create the validate Netconf operation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |