public interface GetShardRoleInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetShardRoleInput>
This class represents the following YANG schema fragment defined in module cluster-admin
input {
leaf shard-name {
type string;
}
leaf data-store-type {
type data-store-type;
}
}
The schema path to identify an instance is
cluster-admin/get-shard-role/input
To create instances of this class use GetShardRoleInputBuilder.
GetShardRoleInputBuilder| 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 String |
getShardName()
The name of the shard for which to create a replica.
|
@Nullable String getShardName()
java.lang.String shardName, 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.