public interface BackupDatastoreInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<BackupDatastoreInput>
This class represents the following YANG schema fragment defined in module cluster-admin
input {
leaf file-path {
type string;
}
}
The schema path to identify an instance is
cluster-admin/backup-datastore/input
To create instances of this class use BackupDatastoreInputBuilder.
BackupDatastoreInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getFilePath()
The path and name of the file in which to store the backup.
|
@Nullable String getFilePath()
java.lang.String filePath, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.