public enum GatewayAdvertisedRoute.Recipient extends Enum<GatewayAdvertisedRoute.Recipient> implements ProtocolMessageEnumThe recipient of an advertised route.
Protobuf enum google.cloud.networkconnectivity.v1beta.GatewayAdvertisedRoute.Recipient
Implements
ProtocolMessageEnumStatic 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_VALUE |
Advertises a route toward the hub. Other spokes reachable from this spoke will receive the route. |
RECIPIENT_UNSPECIFIED |
No recipient specified. By default routes are advertised to the hub. |
RECIPIENT_UNSPECIFIED_VALUE |
No recipient specified. By default routes are advertised to the hub. |
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() |
|