Google Cloud Network Management V1 Client - Class Target (1.2.0)

Reference documentation and code samples for the Google Cloud Network Management V1 Client class Target.

Forward target types.

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

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ ForwardInfo

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TARGET_UNSPECIFIED

Value: 0

Target not specified.

Generated from protobuf enum TARGET_UNSPECIFIED = 0;

PEERING_VPC

Value: 1

Forwarded to a VPC peering network.

Generated from protobuf enum PEERING_VPC = 1;

VPN_GATEWAY

Value: 2

Forwarded to a Cloud VPN gateway.

Generated from protobuf enum VPN_GATEWAY = 2;

INTERCONNECT

Value: 3

Forwarded to a Cloud Interconnect connection.

Generated from protobuf enum INTERCONNECT = 3;

GKE_MASTER

Value: 4

Forwarded to a Google Kubernetes Engine Container cluster master.

Generated from protobuf enum GKE_MASTER = 4;

IMPORTED_CUSTOM_ROUTE_NEXT_HOP

Value: 5

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

Generated from protobuf enum IMPORTED_CUSTOM_ROUTE_NEXT_HOP = 5;

CLOUD_SQL_INSTANCE

Value: 6

Forwarded to a Cloud SQL instance.

Generated from protobuf enum CLOUD_SQL_INSTANCE = 6;