Interface RemoveVpnLabelInput

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

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

     input input {
       leaf vpn-name {
         type string;
       }
       leaf ip-prefix {
         type string;
       }
     }
     
    The schema path to identify an instance is vpn-rpc/remove-vpn-label/input

    To create instances of this class use RemoveVpnLabelInputBuilder.

    See Also:
    RemoveVpnLabelInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<RemoveVpnLabelInput> 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
      • getVpnName

        @Nullable java.lang.String getVpnName()
        Returns:
        java.lang.String vpnName, or null if not present
      • getIpPrefix

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