Enum GatewayAdvertisedRoute.Recipient (1.87.0)

public enum GatewayAdvertisedRoute.Recipient extends Enum<GatewayAdvertisedRoute.Recipient> implements ProtocolMessageEnum

The recipient of an advertised route.

Protobuf enum google.cloud.networkconnectivity.v1beta.GatewayAdvertisedRoute.Recipient

Implements

ProtocolMessageEnum

Static Fields

Name Description
ADVERTISE_TO_HUB

Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route.

ADVERTISE_TO_HUB = 1;

ADVERTISE_TO_HUB_VALUE

Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route.

ADVERTISE_TO_HUB = 1;

RECIPIENT_UNSPECIFIED

No recipient specified. By default routes are advertised to the hub.

RECIPIENT_UNSPECIFIED = 0;

RECIPIENT_UNSPECIFIED_VALUE

No recipient specified. By default routes are advertised to the hub.

RECIPIENT_UNSPECIFIED = 0;

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()