Enum ForwardInfo.Target (1.42.0)

public enum ForwardInfo.Target extends Enum<ForwardInfo.Target> implements ProtocolMessageEnum

Forward target types.

Protobuf enum google.cloud.networkmanagement.v1.ForwardInfo.Target

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANOTHER_PROJECT

Forwarded to a VPC network in another project.

ANOTHER_PROJECT = 7;

ANOTHER_PROJECT_VALUE

Forwarded to a VPC network in another project.

ANOTHER_PROJECT = 7;

CLOUD_SQL_INSTANCE

Forwarded to a Cloud SQL instance.

CLOUD_SQL_INSTANCE = 6 [deprecated = true];

CLOUD_SQL_INSTANCE_VALUE

Forwarded to a Cloud SQL instance.

CLOUD_SQL_INSTANCE = 6 [deprecated = true];

GKE_MASTER

Forwarded to a Google Kubernetes Engine Container cluster master.

GKE_MASTER = 4 [deprecated = true];

GKE_MASTER_VALUE

Forwarded to a Google Kubernetes Engine Container cluster master.

GKE_MASTER = 4 [deprecated = true];

IMPORTED_CUSTOM_ROUTE_NEXT_HOP

Forwarded to the next hop of a custom route imported from a peering VPC.

IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5;

IMPORTED_CUSTOM_ROUTE_NEXT_HOP_VALUE

Forwarded to the next hop of a custom route imported from a peering VPC.

IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5;

INTERCONNECT

Forwarded to a Cloud Interconnect connection.

INTERCONNECT = 3;

INTERCONNECT_VALUE

Forwarded to a Cloud Interconnect connection.

INTERCONNECT = 3;

NCC_HUB

Forwarded to an NCC Hub.

NCC_HUB = 8;

NCC_HUB_VALUE

Forwarded to an NCC Hub.

NCC_HUB = 8;

PEERING_VPC

Forwarded to a VPC peering network.

PEERING_VPC = 1;

PEERING_VPC_VALUE

Forwarded to a VPC peering network.

PEERING_VPC = 1;

ROUTER_APPLIANCE

Forwarded to a router appliance.

ROUTER_APPLIANCE = 9;

ROUTER_APPLIANCE_VALUE

Forwarded to a router appliance.

ROUTER_APPLIANCE = 9;

TARGET_UNSPECIFIED

Target not specified.

TARGET_UNSPECIFIED = 0;

TARGET_UNSPECIFIED_VALUE

Target not specified.

TARGET_UNSPECIFIED = 0;

UNRECOGNIZED
VPN_GATEWAY

Forwarded to a Cloud VPN gateway.

VPN_GATEWAY = 2;

VPN_GATEWAY_VALUE

Forwarded to a Cloud VPN gateway.

VPN_GATEWAY = 2;

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