Uses of Class
com.oracle.bmc.healthchecks.model.Routing
-
Packages that use Routing Package Description com.oracle.bmc.healthchecks.model -
-
Uses of Routing in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return Routing Modifier and Type Method Description Routing
Routing.Builder. build()
Methods in com.oracle.bmc.healthchecks.model that return types with arguments of type Routing Modifier and Type Method Description List<Routing>
HealthChecksVantagePointSummary. getRouting()
An array of objects that describe how traffic to this vantage point is routed, including which prefixes and ASNs connect it to the internet.Methods in com.oracle.bmc.healthchecks.model with parameters of type Routing Modifier and Type Method Description Routing.Builder
Routing.Builder. copy(Routing model)
Method parameters in com.oracle.bmc.healthchecks.model with type arguments of type Routing Modifier and Type Method Description HealthChecksVantagePointSummary.Builder
HealthChecksVantagePointSummary.Builder. routing(List<Routing> routing)
An array of objects that describe how traffic to this vantage point is routed, including which prefixes and ASNs connect it to the internet.Constructor parameters in com.oracle.bmc.healthchecks.model with type arguments of type Routing Constructor Description HealthChecksVantagePointSummary(String displayName, String providerName, String name, Geolocation geo, List<Routing> routing)
Deprecated.
-