Cloud Run Admin v2 API - Enum InstanceSplitAllocationType (2.16.0)

public enum InstanceSplitAllocationType

Reference documentation and code samples for the Cloud Run Admin v2 API enum InstanceSplitAllocationType.

The type of instance split allocation.

Namespace

Google.Cloud.Run.V2

Assembly

Google.Cloud.Run.V2.dll

Fields

Name Description
Latest

Allocates instances to the Service's latest ready Revision.

Revision

Allocates instances to a Revision by name.

Unspecified

Unspecified instance allocation type.