Interface ScaleinComputesEndOutput

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

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

    This class represents the following YANG schema fragment defined in module cloudscaler-rpc

     output output {
       leaf status {
         type string;
       }
     }
     
    The schema path to identify an instance is cloudscaler-rpc/scalein-computes-end/output

    To create instances of this class use ScaleinComputesEndOutputBuilder.

    See Also:
    ScaleinComputesEndOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ScaleinComputesEndOutput> 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
      • getStatus

        @Nullable java.lang.String getStatus()
        Returns:
        java.lang.String status, or null if not present