public enum Gateway.Type extends Enum<Gateway.Type> implements ProtocolMessageEnum
The type of the customer-managed gateway. Possible values are:
- OPEN_MESH
- SECURE_WEB_GATEWAY
Protobuf enum google.cloud.networkservices.v1.Gateway.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
OPEN_MESH |
The type of the customer managed gateway is TrafficDirector Open Mesh. |
OPEN_MESH_VALUE |
The type of the customer managed gateway is TrafficDirector Open Mesh. |
SECURE_WEB_GATEWAY |
The type of the customer managed gateway is SecureWebGateway (SWG). |
SECURE_WEB_GATEWAY_VALUE |
The type of the customer managed gateway is SecureWebGateway (SWG). |
TYPE_UNSPECIFIED |
The type of the customer managed gateway is unspecified. |
TYPE_UNSPECIFIED_VALUE |
The type of the customer managed gateway is unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |