Interface AsPathOptions

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

    public interface AsPathOptions
    extends org.opendaylight.yangtools.yang.binding.ChildOf<BgpNeighborGroup>, org.opendaylight.yangtools.yang.binding.Augmentable<AsPathOptions>
    AS_PATH manipulation parameters for the BGP neighbor or group

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

     container as-path-options {
       container config {
         uses bgp-neighbor-as-path-options_config;
       }
       container state {
         config false;
         uses bgp-neighbor-as-path-options_config;
       }
     }
     
    The schema path to identify an instance is openconfig-bgp/bgp-neighbor-group/as-path-options

    To create instances of this class use AsPathOptionsBuilder.

    See Also:
    AsPathOptionsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AsPathOptions> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getConfig

        @Nullable Config getConfig()
        Configuration parameters relating to AS_PATH manipulation for the BGP peer or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.as.path.options.Config config, or null if not present
      • getState

        @Nullable State getState()
        State information relating to the AS_PATH manipulation mechanisms for the BGP peer or group
        Returns:
        org.opendaylight.yang.gen.v1.http.openconfig.net.yang.bgp.rev151009.bgp.neighbor.group.as.path.options.State state, or null if not present