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
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
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;