deploymentTier property
The deployment tier that the index is deployed to.
DEPLOYMENT_TIER_UNSPECIFIED defaults to PERFORMANCE.
Optional. Possible string values are:
- "DEPLOYMENT_TIER_UNSPECIFIED" : Default deployment tier.
- "STORAGE" : Optimized for costs.
Implementation
core.String? deploymentTier;