public class DatastoreId extends org.onlab.util.Identifier<String>
| Modifier and Type | Field and Description |
|---|---|
static DatastoreId |
CANDIDATE
A configuration datastore that
can be manipulated without impacting the device's current
configuration and that can be committed to the running
configuration datastore.
|
static DatastoreId |
RUNNING
A configuration datastore holding
the complete configuration currently active on the device.
|
static DatastoreId |
STARTUP
The configuration datastore
holding the configuration loaded by the device when it boots.
|
| Modifier and Type | Method and Description |
|---|---|
String |
asXml()
Returns datastore name as XML tag.
|
static DatastoreId |
datastore(String name)
Returns datastore identifier object.
|
String |
toString() |
public static final DatastoreId RUNNING
public static final DatastoreId CANDIDATE
public static final DatastoreId STARTUP
public static DatastoreId datastore(String name)
name - of the datastorepublic String asXml()