Interface GetConstrainedPathOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetConstrainedPathOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathDescriptions, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetConstrainedPathOutput
    extends PathDescriptions, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetConstrainedPathOutput>

    This class represents the following YANG schema fragment defined in module path-computation

     output output {
       uses path-descriptions;
       leaf status {
         type computation-status;
       }
       leaf computed-metric {
         type uint32;
       }
       leaf computed-te-metric {
         type uint32;
       }
       leaf computed-delay {
         type gr:delay;
       }
     }
     
    The schema path to identify an instance is path-computation/get-constrained-path/output

    To create instances of this class use GetConstrainedPathOutputBuilder.

    See Also:
    GetConstrainedPathOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetConstrainedPathOutput> 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 PathDescriptions
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
      • getStatus

        @Nullable ComputationStatus getStatus()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.path.computation.rev200120.ComputationStatus status, or null if not present
      • getComputedMetric

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getComputedMetric()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 computedMetric, or null if not present
      • getComputedTeMetric

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getComputedTeMetric()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 computedTeMetric, or null if not present
      • getComputedDelay

        @Nullable Delay getComputedDelay()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.Delay computedDelay, or null if not present