deploymentModel property
Indicate whether connector is deployed on GKE/CloudRun Possible string values are:
- "DEPLOYMENT_MODEL_UNSPECIFIED" : Deployment model is not specified.
- "GKE_MST" : Default model gke mst.
- "CLOUD_RUN_MST" : Cloud run mst.
Implementation
core.String? deploymentModel;