Cloud Run Admin v2 API - Enum TrafficTargetAllocationType (2.0.0)

public enum TrafficTargetAllocationType

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

The type of instance allocation.

Namespace

GoogleCloudGoogle.Cloud.RunV2

Assembly

Google.Cloud.Run.V2.dll

Fields

NameDescription
Latest

Allocates instances to the Service's latest ready Revision.

Revision

Allocates instances to a Revision by name.

Unspecified

Unspecified instance allocation type.