Interface MemberNode
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.ChoiceIn<LocateShardOutput>,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
LeaderActorRef,Local
public interface MemberNode extends org.opendaylight.yangtools.yang.binding.ChoiceIn<LocateShardOutput>
Location of the hypothetical cluster member node. Relationship to the input parameters and the transport protocol.This class represents the following YANG schema fragment defined in module cluster-admin
choice member-node { case local { leaf local { type empty; } } case leader-actor-ref { leaf leader-actor-ref { type string; } } }The schema path to identify an instance is cluster-admin/locate-shard/output/member-node
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-