Module google_api_proto::google::cloud::compute::v1::target_pool
source · Expand description
Nested message and enum types in TargetPool
.
Enums§
- Session affinity option, must be one of the following values: NONE: Connections from the same client IP may go to any instance in the pool. CLIENT_IP: Connections from the same client IP will go to the same instance in the pool while that instance remains healthy. CLIENT_IP_PROTO: Connections from the same client IP with the same IP protocol will go to the same instance in the pool while that instance remains healthy.