Interface RemovePrivateAs

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RemovePrivateAs>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NeighbourBaseAfConfig>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface RemovePrivateAs
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeighbourBaseAfConfig>, org.opendaylight.yangtools.yang.binding.Augmentable<RemovePrivateAs>

    This class represents the following YANG schema fragment defined in module bgp

     container remove-private-as {
       leaf remove-private-as-number {
         type boolean;
       }
       leaf replace-with-local-as {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp/neighbour-base-af-config/remove-private-as

    To create instances of this class use RemovePrivateAsBuilder.

    See Also:
    RemovePrivateAsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<RemovePrivateAs> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isRemovePrivateAsNumber

        @Nullable java.lang.Boolean isRemovePrivateAsNumber()
        Remove private AS number from outbound updates.
        Returns:
        java.lang.Boolean removePrivateAsNumber, or null if not present
      • isReplaceWithLocalAs

        @Nullable java.lang.Boolean isReplaceWithLocalAs()
        Replace private AS number with local AS.
        Returns:
        java.lang.Boolean replaceWithLocalAs, or null if not present