Class TunnelRouteSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.TunnelRouteSummary.Builder
 
- 
- Enclosing class:
- TunnelRouteSummary
 
 public static class TunnelRouteSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TunnelRouteSummary.Builderadvertiser(TunnelRouteSummary.Advertiser advertiser)The source of the route advertisement.TunnelRouteSummary.Builderage(Long age)The age of the route.TunnelRouteSummary.BuilderasPath(List<Integer> asPath)A list of ASNs in AS_Path.TunnelRouteSummarybuild()TunnelRouteSummary.Buildercopy(TunnelRouteSummary model)TunnelRouteSummary.BuilderisBestPath(Boolean isBestPath)Indicates this is the best route.TunnelRouteSummary.Builderprefix(String prefix)The BGP network layer reachability information.
 
- 
- 
- 
Method Detail- 
prefixpublic TunnelRouteSummary.Builder prefix(String prefix) The BGP network layer reachability information.- Parameters:
- prefix- the value to set
- Returns:
- this builder
 
 - 
agepublic TunnelRouteSummary.Builder age(Long age) The age of the route.- Parameters:
- age- the value to set
- Returns:
- this builder
 
 - 
isBestPathpublic TunnelRouteSummary.Builder isBestPath(Boolean isBestPath) Indicates this is the best route.- Parameters:
- isBestPath- the value to set
- Returns:
- this builder
 
 - 
asPathpublic TunnelRouteSummary.Builder asPath(List<Integer> asPath) A list of ASNs in AS_Path.- Parameters:
- asPath- the value to set
- Returns:
- this builder
 
 - 
advertiserpublic TunnelRouteSummary.Builder advertiser(TunnelRouteSummary.Advertiser advertiser) The source of the route advertisement.- Parameters:
- advertiser- the value to set
- Returns:
- this builder
 
 - 
buildpublic TunnelRouteSummary build() 
 - 
copypublic TunnelRouteSummary.Builder copy(TunnelRouteSummary model) 
 
- 
 
-