gatewayType property

String? gatewayType
getter/setter pair

The type of the gateway.

Optional. Possible string values are:

  • "GATEWAY_TYPE_UNSPECIFIED" : The gateway type is not specified.
  • "APIGEE_X_AND_HYBRID" : The gateway type is Apigee X and Hybrid.
  • "APIGEE_EDGE_PUBLIC_CLOUD" : The gateway type is Apigee Edge Public Cloud.
  • "APIGEE_EDGE_PRIVATE_CLOUD" : The gateway type is Apigee Edge Private Cloud.
  • "CLOUD_API_GATEWAY" : The gateway type is Cloud API Gateway.
  • "CLOUD_ENDPOINTS" : The gateway type is Cloud Endpoints.
  • "API_DISCOVERY" : The gateway type is API Discovery.
  • "OTHERS" : The gateway type for any other types of gateways.

Implementation

core.String? gatewayType;