public enum RouteInfo.RouteScope extends Enum<RouteInfo.RouteScope> implements ProtocolMessageEnum
Indicates where routes are applicable.
Protobuf enum google.cloud.networkmanagement.v1beta1.RouteInfo.RouteScope
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
NCC_HUB |
Route is applicable to packets using NCC Hub's routing table. |
NCC_HUB_VALUE |
Route is applicable to packets using NCC Hub's routing table. |
NETWORK |
Route is applicable to packets in Network. |
NETWORK_VALUE |
Route is applicable to packets in Network. |
ROUTE_SCOPE_UNSPECIFIED |
Unspecified scope. Default value. |
ROUTE_SCOPE_UNSPECIFIED_VALUE |
Unspecified scope. Default value. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |