Interface RemoveAllShardReplicasInput
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<RemoveAllShardReplicasInput>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject,org.opendaylight.yangtools.yang.binding.RpcInput
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 input { leaf member-name { type string; } }The schema path to identify an instance is cluster-admin/remove-all-shard-replicas/inputTo create instances of this class use
RemoveAllShardReplicasInputBuilder.- See Also:
RemoveAllShardReplicasInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @Nullable StringgetMemberName()The cluster member from which the shard replicas should be removeddefault Class<RemoveAllShardReplicasInput>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
default Class<RemoveAllShardReplicasInput> 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.RpcInput
-
getMemberName
@Nullable String getMemberName()
The cluster member from which the shard replicas should be removed- Returns:
java.lang.StringmemberName, ornullif not present
-
-