deploymentModel property

String? deploymentModel
getter/setter pair

Supports non-HA and HA models.

Required. Possible string values are:

  • "DEPLOYMENT_MODEL_UNSPECIFIED"
  • "DISTRIBUTED"
  • "DISTRIBUTED_HA"

Implementation

core.String? deploymentModel;