public enum RouteInfo.RouteType extends Enum<RouteInfo.RouteType> implements ProtocolMessageEnumType of route:
Protobuf enum google.cloud.networkmanagement.v1.RouteInfo.RouteType
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| DYNAMIC | Dynamic route exchanged between BGP peers. |
| DYNAMIC_VALUE | Dynamic route exchanged between BGP peers. |
| PEERING_DYNAMIC | A dynamic route received from peering network. |
| PEERING_DYNAMIC_VALUE | A dynamic route received from peering network. |
| PEERING_STATIC | A static route received from peering network. |
| PEERING_STATIC_VALUE | A static route received from peering network. |
| PEERING_SUBNET | A subnet route received from peering network. |
| PEERING_SUBNET_VALUE | A subnet route received from peering network. |
| ROUTE_TYPE_UNSPECIFIED | Unspecified type. Default value. |
| ROUTE_TYPE_UNSPECIFIED_VALUE | Unspecified type. Default value. |
| STATIC | Static route created by the user, including the default route to the internet. |
| STATIC_VALUE | Static route created by the user, including the default route to the internet. |
| SUBNET | Route is a subnet route automatically created by the system. |
| SUBNET_VALUE | Route is a subnet route automatically created by the system. |
| 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() |