Reference documentation and code samples for the Google Cloud Network Management V1 Client class GoogleServiceType.
Recognized type of a Google Service.
Protobuf type google.cloud.networkmanagement.v1.GoogleServiceInfo.GoogleServiceType
Namespace
Google \ Cloud \ NetworkManagement \ V1 \ GoogleServiceInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GOOGLE_SERVICE_TYPE_UNSPECIFIED
Value: 0
Unspecified Google Service. Includes most of Google APIs and services.
Generated from protobuf enum GOOGLE_SERVICE_TYPE_UNSPECIFIED = 0;
IAP
Value: 1
Identity aware proxy.
https://cloud.google.com/iap/docs/using-tcp-forwarding
Generated from protobuf enum IAP = 1;
GFE_PROXY_OR_HEALTH_CHECK_PROBER
Value: 2
One of two services sharing IP ranges:
- Load Balancer proxy
- Centralized Health Check prober https://cloud.google.com/load-balancing/docs/firewall-rules
Generated from protobuf enum GFE_PROXY_OR_HEALTH_CHECK_PROBER = 2;
CLOUD_DNS
Value: 3
Connectivity from Cloud DNS to forwarding targets or alternate name servers that use private routing.
https://cloud.google.com/dns/docs/zones/forwarding-zones#firewall-rules https://cloud.google.com/dns/docs/policies#firewall-rules
Generated from protobuf enum CLOUD_DNS = 3;