Class RouteReportConnectionBgp
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.networking.transit_gateway_apis.v1.model.RouteReportConnectionBgp
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class RouteReportConnectionBgp extends com.ibm.cloud.sdk.core.service.model.GenericModel
connection bgp details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAsPath()
Gets the asPath.String
getLocalPreference()
Gets the localPreference.String
getPrefix()
Gets the prefix.Boolean
isIsUsed()
Gets the isUsed.
-
-
-
Method Detail
-
getAsPath
public String getAsPath()
Gets the asPath. AS path.- Returns:
- the asPath
-
isIsUsed
public Boolean isIsUsed()
Gets the isUsed. Indicates whether current route is used or not.- Returns:
- the isUsed
-
getLocalPreference
public String getLocalPreference()
Gets the localPreference. local preference.- Returns:
- the localPreference
-
getPrefix
public String getPrefix()
Gets the prefix. prefix.- Returns:
- the prefix
-
-