deploymentModel property

String? deploymentModel
getter/setter pair

HIGH_AVAILABILITY or SINGLE_INSTANCE.

Required. Possible string values are:

  • "DEPLOYMENT_MODEL_UNSPECIFIED" : Unspecified deployment model.
  • "HIGH_AVAILABILITY" : High Availability deployment model.
  • "SINGLE_INSTANCE" : Single instance deployment model.

Implementation

core.String? deploymentModel;