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

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

Deliver target types:

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

Namespace

Google \ Cloud \ NetworkManagement \ V1 \ DeliverInfo

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;

INSTANCE

Value: 1

Target is a Compute Engine instance.

Generated from protobuf enum INSTANCE = 1;

INTERNET

Value: 2

Target is the internet.

Generated from protobuf enum INTERNET = 2;

GOOGLE_API

Value: 3

Target is a Google API.

Generated from protobuf enum GOOGLE_API = 3;

GKE_MASTER

Value: 4

Target is a Google Kubernetes Engine cluster master.

Generated from protobuf enum GKE_MASTER = 4;

CLOUD_SQL_INSTANCE

Value: 5

Target is a Cloud SQL instance.

Generated from protobuf enum CLOUD_SQL_INSTANCE = 5;

PSC_PUBLISHED_SERVICE

Value: 6

Target is a published service that uses Private Service Connect.

Generated from protobuf enum PSC_PUBLISHED_SERVICE = 6;

PSC_GOOGLE_API

Value: 7

Target is all Google APIs that use Private Service Connect.

Generated from protobuf enum PSC_GOOGLE_API = 7;

PSC_VPC_SC

Value: 8

Target is a VPC-SC that uses Private Service Connect.

Generated from protobuf enum PSC_VPC_SC = 8;

SERVERLESS_NEG

Value: 9

Target is a serverless network endpoint group.

Generated from protobuf enum SERVERLESS_NEG = 9;