public static final class LocalEgressRoutingEntry.Builder
extends java.lang.Object
LocalEgressRoutingEntry
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
LocalEgressRoutingEntry . |
Modifier and Type | Method and Description |
---|---|
LocalEgressRoutingEntry |
build() |
LocalEgressRoutingEntry.Builder |
setNexthopAddress(java.lang.String nexthopAddress)
Next hop address for proximity routing.
|
LocalEgressRoutingEntry.Builder |
setPrefixListPaths(java.util.List<java.lang.String> prefixListPaths)
The destination address of traffic matching a prefix-list is forwarded to the
nexthop_address.
|
public Builder()
LocalEgressRoutingEntry
.public LocalEgressRoutingEntry.Builder setNexthopAddress(java.lang.String nexthopAddress)
nexthopAddress
- New value for the property.public LocalEgressRoutingEntry.Builder setPrefixListPaths(java.util.List<java.lang.String> prefixListPaths)
prefixListPaths
- New value for the property.public LocalEgressRoutingEntry build()