Interface GetKnownClientsForAllShardsOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetKnownClientsForAllShardsOutput>, 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 GetKnownClientsForAllShardsOutput
    extends ShardResultOutput, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetKnownClientsForAllShardsOutput>

    This class represents the following YANG schema fragment defined in module cluster-admin

     output output {
       uses shard-result-output {
         augment shard-result {
           list known-clients {
             when "../succeeded = true";
             uses cds:client-identifier;
             key "member type";
           }
         }
       }
     }
     
    The schema path to identify an instance is cluster-admin/get-known-clients-for-all-shards/output

    To create instances of this class use GetKnownClientsForAllShardsOutputBuilder.

    See Also:
    GetKnownClientsForAllShardsOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetKnownClientsForAllShardsOutput> 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 org.opendaylight.yangtools.yang.binding.RpcOutput
        Specified by:
        implementedInterface in interface ShardResultOutput