All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
Tlvs

@Generated("mdsal-binding-generator") public interface VsTlv extends org.opendaylight.yangtools.yang.binding.DataObject
Vendor-specific TLV.

This class represents the following YANG schema fragment defined in module pcep-types

 grouping vs-tlv {
   container vs-tlv {
     status obsolete;
     uses tlv;
     leaf enterprise-number {
       type iana:enterprise-number;
     }
     choice vendor-payload;
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Class<? extends VsTlv>
     
    @NonNull VsTlv
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends VsTlv> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getVsTlv

      @Deprecated(forRemoval=true) VsTlv getVsTlv()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return vsTlv, or null if it is not present.
           
               This model is obsolete, please use vendor-information-tlvs instead
           
       
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv.VsTlv vsTlv, or null if it is not present.
    • nonnullVsTlv

      @Deprecated(forRemoval=true) @NonNull VsTlv nonnullVsTlv()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Return vsTlv, or an empty instance if it is not present.
      Returns:
      org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.vs.tlv.VsTlv vsTlv, or an empty instance if it is not present.