deploymentModel property
Indicates whether connector is deployed on GKE/CloudRun
Optional. 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;