Package | Description |
---|---|
com.oracle.bmc.healthchecks.model |
Modifier and Type | Method and 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 . |
Copyright © 2016–2024. All rights reserved.