Package | Description |
---|---|
com.oracle.bmc.core.model | |
com.oracle.bmc.core.requests |
Modifier and Type | Method and Description |
---|---|
static TunnelRouteSummary.Advertiser |
TunnelRouteSummary.Advertiser.create(String key) |
TunnelRouteSummary.Advertiser |
TunnelRouteSummary.getAdvertiser()
The source of the route advertisement.
|
static TunnelRouteSummary.Advertiser |
TunnelRouteSummary.Advertiser.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TunnelRouteSummary.Advertiser[] |
TunnelRouteSummary.Advertiser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TunnelRouteSummary.Builder |
TunnelRouteSummary.Builder.advertiser(TunnelRouteSummary.Advertiser advertiser)
The source of the route advertisement.
|
Constructor and Description |
---|
TunnelRouteSummary(String prefix,
Long age,
Boolean isBestPath,
List<Integer> asPath,
TunnelRouteSummary.Advertiser advertiser)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
TunnelRouteSummary.Advertiser |
ListIPSecConnectionTunnelRoutesRequest.getAdvertiser()
Specifies the advertiser of the routes.
|
Modifier and Type | Method and Description |
---|---|
ListIPSecConnectionTunnelRoutesRequest.Builder |
ListIPSecConnectionTunnelRoutesRequest.Builder.advertiser(TunnelRouteSummary.Advertiser advertiser)
Specifies the advertiser of the routes.
|
Copyright © 2016–2023. All rights reserved.