deploymentType property

String? deploymentType
getter/setter pair

The deployment type of the instance.

Allowed values are: * SCRATCH: the instance is a scratch instance. * PERSISTENT: the instance is a persistent instance.

Optional. Immutable. Possible string values are:

  • "DEPLOYMENT_TYPE_UNSPECIFIED" : Default Deployment Type It is equivalent to SCRATCH
  • "SCRATCH" : Scratch
  • "PERSISTENT" : Persistent

Implementation

core.String? deploymentType;