Package com.ibm.cloud.is.vpc.v1.model
Interface DefaultRoutingTable.AdvertiseRoutesTo
-
- Enclosing class:
- DefaultRoutingTable
public static interface DefaultRoutingTable.AdvertiseRoutesTo
An ingress source that routes can be advertised to: - `direct_link` (requires `route_direct_link_ingress` be set to `true`) - `transit_gateway` (requires `route_transit_gateway_ingress` be set to `true`).
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIRECT_LINK
direct_link.static String
TRANSIT_GATEWAY
transit_gateway.
-
-
-
Field Detail
-
DIRECT_LINK
static final String DIRECT_LINK
direct_link.- See Also:
- Constant Field Values
-
TRANSIT_GATEWAY
static final String TRANSIT_GATEWAY
transit_gateway.- See Also:
- Constant Field Values
-
-