type property
The allocation type for this instance split. Possible string values are:
- "INSTANCE_SPLIT_ALLOCATION_TYPE_UNSPECIFIED" : Unspecified instance allocation type.
- "INSTANCE_SPLIT_ALLOCATION_TYPE_LATEST" : Allocates instances to the Service's latest ready Revision.
- "INSTANCE_SPLIT_ALLOCATION_TYPE_REVISION" : Allocates instances to a Revision by name.
Implementation
core.String? type;