public interface RemoveAllShardReplicasInput extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveAllShardReplicasInput>
This class represents the following YANG schema fragment defined in module cluster-admin
input {
leaf member-name {
type string;
}
}
The schema path to identify an instance is
cluster-admin/remove-all-shard-replicas/input
To create instances of this class use RemoveAllShardReplicasInputBuilder.
RemoveAllShardReplicasInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable String |
getMemberName()
The cluster member from which the shard replicas should be removed
|
@Nullable String getMemberName()
java.lang.String memberName, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.