Class AttachedInterfaceEntry.Builder

    • Constructor Detail

      • Builder

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

      • setAppIntfName

        public AttachedInterfaceEntry.Builder setAppIntfName​(java.lang.String appIntfName)
        The name of application interface
        Parameters:
        appIntfName - New value for the property.
      • setDefaultGateway

        public AttachedInterfaceEntry.Builder setDefaultGateway​(java.lang.String defaultGateway)
        Gateway IP format: ip
        Parameters:
        defaultGateway - New value for the property.
      • setMigrateIntf

        public AttachedInterfaceEntry.Builder setMigrateIntf​(java.lang.String migrateIntf)
        IP configuration on migrate_intf will migrate to app_intf_name. It is used for Management and Application sharing the same IP.
        Parameters:
        migrateIntf - New value for the property.
      • setRoutingTable

        public AttachedInterfaceEntry.Builder setRoutingTable​(java.util.List<java.lang.String> routingTable)
        Routing rules
        Parameters:
        routingTable - New value for the property.