type property
The allocation type for this traffic target. Possible string values are:
- "TRAFFIC_TARGET_ALLOCATION_TYPE_UNSPECIFIED" : Unspecified instance allocation type.
- "TRAFFIC_TARGET_ALLOCATION_TYPE_LATEST" : Allocates instances to the Service's latest ready Revision.
- "TRAFFIC_TARGET_ALLOCATION_TYPE_REVISION" : Allocates instances to a Revision by name.
Implementation
core.String? type;