Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
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.
|
Copyright © 2016–2024. All rights reserved.