Interface RemoveAllShardReplicasOutput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<RemoveAllShardReplicasOutput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.RpcOutput,ShardResultOutput
public interface RemoveAllShardReplicasOutput extends ShardResultOutput, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<RemoveAllShardReplicasOutput>
This class represents the following YANG schema fragment defined in module cluster-admin
output output { uses shard-result-output; }The schema path to identify an instance is cluster-admin/remove-all-shard-replicas/outputTo create instances of this class use
RemoveAllShardReplicasOutputBuilder.- See Also:
RemoveAllShardReplicasOutputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<RemoveAllShardReplicasOutput>implementedInterface()-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.cluster.admin.rev151013.ShardResultOutput
getShardResult, nonnullShardResult
-
-
-
-
Method Detail
-
implementedInterface
default Class<RemoveAllShardReplicasOutput> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.RpcOutput- Specified by:
implementedInterfacein interfaceShardResultOutput
-
-