deploymentType property

String? deploymentType
getter/setter pair

Indicates if the reservation allocation strategy is static (DENSE) or dynamic (STANDARD).

Defaults to DENSE. Possible string values are:

  • "DENSE" : The reserved capacity is made up of densely deployed reservation blocks.
  • "DEPLOYMENT_TYPE_UNSPECIFIED"

Implementation

core.String? deploymentType;