public static enum DrgRouteRule.RouteProvenance extends Enum<DrgRouteRule.RouteProvenance> implements BmcEnum
The earliest origin of a route. If a route is advertised to a DRG through an IPsec tunnel
attachment, and is propagated to peered DRGs via RPC attachments, the route’s provenance in
the peered DRGs remains IPSEC_TUNNEL
, because that is the earliest origin.
No routes with a provenance IPSEC_TUNNEL
or VIRTUAL_CIRCUIT
will be
exported to IPsec tunnel or virtual circuit attachments, regardless of the attachment's
export distribution.
Enum Constant and Description |
---|
IpsecTunnel |
Static |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Vcn |
VirtualCircuit |
Modifier and Type | Method and Description |
---|---|
static DrgRouteRule.RouteProvenance |
create(String key) |
String |
getValue() |
static DrgRouteRule.RouteProvenance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgRouteRule.RouteProvenance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrgRouteRule.RouteProvenance Static
public static final DrgRouteRule.RouteProvenance Vcn
public static final DrgRouteRule.RouteProvenance VirtualCircuit
public static final DrgRouteRule.RouteProvenance IpsecTunnel
public static final DrgRouteRule.RouteProvenance UnknownEnumValue
public static DrgRouteRule.RouteProvenance[] values()
for (DrgRouteRule.RouteProvenance c : DrgRouteRule.RouteProvenance.values()) System.out.println(c);
public static DrgRouteRule.RouteProvenance valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static DrgRouteRule.RouteProvenance create(String key)
Copyright © 2016–2024. All rights reserved.