public static final class AttachedInterfaceEntry.Builder
extends java.lang.Object
AttachedInterfaceEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
AttachedInterfaceEntry . |
Modifier and Type | Method and Description |
---|---|
AttachedInterfaceEntry |
build() |
AttachedInterfaceEntry.Builder |
setAppIntfName(java.lang.String appIntfName)
The name of application interface
|
AttachedInterfaceEntry.Builder |
setDefaultGateway(java.lang.String defaultGateway)
Gateway IP format: ip
|
AttachedInterfaceEntry.Builder |
setMigrateIntf(java.lang.String migrateIntf)
IP configuration on migrate_intf will migrate to app_intf_name.
|
AttachedInterfaceEntry.Builder |
setRoutingTable(java.util.List<java.lang.String> routingTable)
Routing rules
|
public Builder()
AttachedInterfaceEntry
.public AttachedInterfaceEntry.Builder setAppIntfName(java.lang.String appIntfName)
appIntfName
- New value for the property.public AttachedInterfaceEntry.Builder setDefaultGateway(java.lang.String defaultGateway)
defaultGateway
- New value for the property.public AttachedInterfaceEntry.Builder setMigrateIntf(java.lang.String migrateIntf)
migrateIntf
- New value for the property.public AttachedInterfaceEntry.Builder setRoutingTable(java.util.List<java.lang.String> routingTable)
routingTable
- New value for the property.public AttachedInterfaceEntry build()