Enum ForwardInfo.Target (1.5.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
CLOUD_SQL_INSTANCE

Forwarded to a Cloud SQL instance.

CLOUD_SQL_INSTANCE = 6;

CLOUD_SQL_INSTANCE_VALUE

Forwarded to a Cloud SQL instance.

CLOUD_SQL_INSTANCE = 6;

GKE_MASTER

Forwarded to a Google Kubernetes Engine Container cluster master.

GKE_MASTER = 4;

GKE_MASTER_VALUE

Forwarded to a Google Kubernetes Engine Container cluster master.

GKE_MASTER = 4;

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;

PEERING_VPC

Forwarded to a VPC peering network.

PEERING_VPC = 1;

PEERING_VPC_VALUE

Forwarded to a VPC peering network.

PEERING_VPC = 1;

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