Reference documentation and code samples for the Google Cloud Network Services V1 Client class Type.
The type of the customer-managed gateway.
Possible values are:
- OPEN_MESH
- SECURE_WEB_GATEWAY
Protobuf type google.cloud.networkservices.v1.Gateway.Type
Namespace
Google \ Cloud \ NetworkServices \ V1 \ GatewayMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0
The type of the customer managed gateway is unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
OPEN_MESH
Value: 1
The type of the customer managed gateway is TrafficDirector Open Mesh.
Generated from protobuf enum OPEN_MESH = 1;
SECURE_WEB_GATEWAY
Value: 2
The type of the customer managed gateway is SecureWebGateway (SWG).
Generated from protobuf enum SECURE_WEB_GATEWAY = 2;