public static class ComputeEnumConstants.BackendServiceConnectionTrackingPolicy.ConnectionPersistenceOnUnhealthyBackendsReference documentation and code samples for the Compute Engine v1 API class ComputeEnumConstants.BackendServiceConnectionTrackingPolicy.ConnectionPersistenceOnUnhealthyBackends.
Constants 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 |
|