DrgRouteRule.Builder |
DrgRouteRule.Builder.attributes(Object attributes) |
Additional properties for the route, computed by the service.
|
static DrgRouteRule.Builder |
DrgRouteRule.builder() |
Create a new builder.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.copy(DrgRouteRule model) |
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.destination(String destination) |
Represents the range of IP addresses to match against when routing traffic.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.destinationType(DrgRouteRule.DestinationType destinationType) |
The type of destination for the rule.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.id(String id) |
The Oracle-assigned ID of the DRG route rule.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.isBlackhole(Boolean isBlackhole) |
Indicates that if the next hop attachment does not exist, so traffic for this route is
discarded without notification.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.isConflict(Boolean isConflict) |
Indicates that the route was not imported due to a conflict between route rules.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.nextHopDrgAttachmentId(String nextHopDrgAttachmentId) |
The OCID of the
next hop DRG attachment responsible for reaching the network destination.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.routeProvenance(DrgRouteRule.RouteProvenance routeProvenance) |
The earliest origin of a route.
|
DrgRouteRule.Builder |
DrgRouteRule.Builder.routeType(DrgRouteRule.RouteType routeType) |
You can specify static routes for the DRG route table using the API.
|
DrgRouteRule.Builder |
DrgRouteRule.toBuilder() |
|