public static final class RouterNexthop.Builder
extends java.lang.Object
RouterNexthop.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
RouterNexthop. |
| Modifier and Type | Method and Description |
|---|---|
RouterNexthop |
build() |
RouterNexthop.Builder |
setAdminDistance(java.lang.Long adminDistance)
Cost associated with next hop route format: int32
|
RouterNexthop.Builder |
setIpAddress(java.lang.String ipAddress)
Next hop gateway IP address format: ip
|
RouterNexthop.Builder |
setScope(java.util.List<java.lang.String> scope)
Interface path associated with current route.
|
public Builder()
RouterNexthop.public RouterNexthop.Builder setAdminDistance(java.lang.Long adminDistance)
adminDistance - New value for the property.public RouterNexthop.Builder setIpAddress(java.lang.String ipAddress)
ipAddress - New value for the property.public RouterNexthop.Builder setScope(java.util.List<java.lang.String> scope)
scope - New value for the property.public RouterNexthop build()