Uses of Class
com.oracle.bmc.healthchecks.model.Routing.Builder
-
Packages that use Routing.Builder Package Description com.oracle.bmc.healthchecks.model -
-
Uses of Routing.Builder in com.oracle.bmc.healthchecks.model
Methods in com.oracle.bmc.healthchecks.model that return Routing.Builder Modifier and Type Method Description Routing.Builder
Routing.Builder. asLabel(String asLabel)
The registry label for asn, usually the name of the organization that owns the ASN.Routing.Builder
Routing.Builder. asn(Integer asn)
The Autonomous System Number (ASN) identifying the organization responsible for routing packets to prefix.static Routing.Builder
Routing. builder()
Create a new builder.Routing.Builder
Routing.Builder. copy(Routing model)
Routing.Builder
Routing.Builder. prefix(String prefix)
An IP prefix (CIDR syntax) that is less specific than address, through which address is routed.Routing.Builder
Routing. toBuilder()
Routing.Builder
Routing.Builder. weight(Integer weight)
An integer between 0 and 100 used to select between multiple origin ASNs when routing to prefix.
-