Enum RouteInfo.RouteScope (1.42.0)

public enum RouteInfo.RouteScope extends Enum<RouteInfo.RouteScope> implements ProtocolMessageEnum

Indicates where routes are applicable.

Protobuf enum google.cloud.networkmanagement.v1.RouteInfo.RouteScope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NCC_HUB

Route is applicable to packets using NCC Hub's routing table.

NCC_HUB = 2;

NCC_HUB_VALUE

Route is applicable to packets using NCC Hub's routing table.

NCC_HUB = 2;

NETWORK

Route is applicable to packets in Network.

NETWORK = 1;

NETWORK_VALUE

Route is applicable to packets in Network.

NETWORK = 1;

ROUTE_SCOPE_UNSPECIFIED

Unspecified scope. Default value.

ROUTE_SCOPE_UNSPECIFIED = 0;

ROUTE_SCOPE_UNSPECIFIED_VALUE

Unspecified scope. Default value.

ROUTE_SCOPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()