Class GmRtepConfig.Builder

  • Enclosing class:
    GmRtepConfig

    public static final class GmRtepConfig.Builder
    extends java.lang.Object
    Builder class for GmRtepConfig.
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()
      Constructor with parameters for the required properties of GmRtepConfig.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      GmRtepConfig build()  
      GmRtepConfig.Builder setIbgpPassword​(java.lang.String ibgpPassword)
      Password to authenticate IBGP session between remote tunnel endpoints created on federated sites.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of GmRtepConfig.
    • Method Detail

      • setIbgpPassword

        public GmRtepConfig.Builder setIbgpPassword​(java.lang.String ibgpPassword)
        Password to authenticate IBGP session between remote tunnel endpoints created on federated sites. This is applied to inter-site underlay IBGP neighbors created over remote tunnel endpoints on all sites. Empty string (\"\") clears existing password.
        Parameters:
        ibgpPassword - New value for the property.