public interface PrefixShards extends org.opendaylight.yangtools.yang.binding.ChildOf<PrefixShardConfigurationData>, org.opendaylight.yangtools.yang.binding.Augmentable<PrefixShards>
This class represents the following YANG schema fragment defined in module prefix-shard-configuration
container prefix-shards {
list shard {
key "prefix";
leaf prefix {
type instance-identifier;
}
container replicas {
leaf-list replica {
type string;
}
}
}
}
The schema path to identify an instance is
prefix-shard-configuration/prefix-shards
To create instances of this class use PrefixShardsBuilder.
PrefixShardsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Shard> |
getShard()
List of prefix-based shards configured.
|
Copyright © 2018 OpenDaylight. All rights reserved.