public static class TrackingMode
Constants for wire representations of the BackendServiceConnectionTrackingPolicy.Types.TrackingMode enum.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
InvalidTrackingMode
public const string InvalidTrackingMode = "INVALID_TRACKING_MODE"
Wire representation of InvalidTrackingMode.
Field Value | |
---|---|
Type | Description |
String |
PerConnection
public const string PerConnection = "PER_CONNECTION"
Wire representation of PerConnection.
Field Value | |
---|---|
Type | Description |
String |
PerSession
public const string PerSession = "PER_SESSION"
Wire representation of PerSession.
Field Value | |
---|---|
Type | Description |
String |
UndefinedTrackingMode
public const string UndefinedTrackingMode = "UNDEFINED_TRACKING_MODE"
Wire representation of UndefinedTrackingMode.
Field Value | |
---|---|
Type | Description |
String |