public class EffectiveRoute extends Object
Constructor and Description |
---|
EffectiveRoute() |
Modifier and Type | Method and Description |
---|---|
List<String> |
addressPrefix()
Get the addressPrefix value.
|
String |
name()
Get the name value.
|
List<String> |
nextHopIpAddress()
Get the nextHopIpAddress value.
|
RouteNextHopType |
nextHopType()
Get the nextHopType value.
|
EffectiveRouteSource |
source()
Get the source value.
|
EffectiveRouteState |
state()
Get the state value.
|
EffectiveRoute |
withAddressPrefix(List<String> addressPrefix)
Set the addressPrefix value.
|
EffectiveRoute |
withName(String name)
Set the name value.
|
EffectiveRoute |
withNextHopIpAddress(List<String> nextHopIpAddress)
Set the nextHopIpAddress value.
|
EffectiveRoute |
withNextHopType(RouteNextHopType nextHopType)
Set the nextHopType value.
|
EffectiveRoute |
withSource(EffectiveRouteSource source)
Set the source value.
|
EffectiveRoute |
withState(EffectiveRouteState state)
Set the state value.
|
public String name()
public EffectiveRoute withName(String name)
name
- the name value to setpublic EffectiveRouteSource source()
public EffectiveRoute withSource(EffectiveRouteSource source)
source
- the source value to setpublic EffectiveRouteState state()
public EffectiveRoute withState(EffectiveRouteState state)
state
- the state value to setpublic List<String> addressPrefix()
public EffectiveRoute withAddressPrefix(List<String> addressPrefix)
addressPrefix
- the addressPrefix value to setpublic List<String> nextHopIpAddress()
public EffectiveRoute withNextHopIpAddress(List<String> nextHopIpAddress)
nextHopIpAddress
- the nextHopIpAddress value to setpublic RouteNextHopType nextHopType()
public EffectiveRoute withNextHopType(RouteNextHopType nextHopType)
nextHopType
- the nextHopType value to setCopyright © 2019. All rights reserved.