Interface ScaleinComputesRecoverInput

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

    public interface ScaleinComputesRecoverInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<ScaleinComputesRecoverInput>

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

     input input {
       leaf-list recover-compute-names {
         type string;
       }
     }
     
    The schema path to identify an instance is cloudscaler-rpc/scalein-computes-recover/input

    To create instances of this class use ScaleinComputesRecoverInputBuilder.

    See Also:
    ScaleinComputesRecoverInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ScaleinComputesRecoverInput> 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.RpcInput
      • getRecoverComputeNames

        @Nullable java.util.List<java.lang.String> getRecoverComputeNames()
        Returns:
        java.util.List recoverComputeNames, or null if not present