Interface GetShardRoleInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetShardRoleInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DatastoreShardId, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface GetShardRoleInput
    extends DatastoreShardId, 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 input {
       uses datastore-shard-id;
     }
     
    The schema path to identify an instance is cluster-admin/get-shard-role/input

    To create instances of this class use GetShardRoleInputBuilder.

    See Also:
    GetShardRoleInputBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<GetShardRoleInput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface DatastoreShardId
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput