public interface AddPrefixShardReplicaInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<AddPrefixShardReplicaInput>
This class represents the following YANG schema fragment defined in module cluster-admin
input {
leaf shard-prefix {
type instance-identifier;
}
leaf data-store-type {
type data-store-type;
}
}
The schema path to identify an instance is
cluster-admin/add-prefix-shard-replica/input
To create instances of this class use AddPrefixShardReplicaInputBuilder.
AddPrefixShardReplicaInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DataStoreType |
getDataStoreType()
The type of the data store to which the replica belongs
|
@Nullable org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> |
getShardPrefix() |
@Nullable org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?> getShardPrefix()
org.opendaylight.yangtools.yang.binding.InstanceIdentifier shardPrefix, or null if not present@Nullable DataStoreType getDataStoreType()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.DataStoreType dataStoreType, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.