public static class ConnectionPersistenceOnUnhealthyBackendsConstants for wire representations of the BackendServiceConnectionTrackingPolicy.Types.ConnectionPersistenceOnUnhealthyBackends enum.
Inheritance
Object > ComputeEnumConstants.BackendServiceConnectionTrackingPolicy.ConnectionPersistenceOnUnhealthyBackendsNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields
AlwaysPersist
public const string AlwaysPersist = "ALWAYS_PERSIST"Wire representation of AlwaysPersist.
| Field Value | |
|---|---|
| Type | Description |
String |
|
DefaultForProtocol
public const string DefaultForProtocol = "DEFAULT_FOR_PROTOCOL"Wire representation of DefaultForProtocol.
| Field Value | |
|---|---|
| Type | Description |
String |
|
NeverPersist
public const string NeverPersist = "NEVER_PERSIST"Wire representation of NeverPersist.
| Field Value | |
|---|---|
| Type | Description |
String |
|
UndefinedConnectionPersistenceOnUnhealthyBackends
public const string UndefinedConnectionPersistenceOnUnhealthyBackends = "UNDEFINED_CONNECTION_PERSISTENCE_ON_UNHEALTHY_BACKENDS"Wire representation of UndefinedConnectionPersistenceOnUnhealthyBackends.
| Field Value | |
|---|---|
| Type | Description |
String |
|