Enum TrafficTargetAllocationType (1.0.0-beta02)

public enum TrafficTargetAllocationType

The type of instance allocation.

Namespace

Google.Cloud.Run.V2

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.