51 lines
1.8 KiB
YAML
51 lines
1.8 KiB
YAML
$schema: "http://json-schema.org/draft-06/schema#"
|
|
|
|
title: compute alpha BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity
|
|
export schema
|
|
description: A gcloud export/import command YAML validation schema.
|
|
type: object
|
|
additionalProperties: false
|
|
properties:
|
|
COMMENT:
|
|
type: object
|
|
description: User specified info ignored by gcloud import.
|
|
additionalProperties: false
|
|
properties:
|
|
template-id:
|
|
type: string
|
|
region:
|
|
type: string
|
|
description:
|
|
type: string
|
|
date:
|
|
type: string
|
|
version:
|
|
type: string
|
|
UNKNOWN:
|
|
type: array
|
|
description: Unknown API fields that cannot be imported.
|
|
items:
|
|
type: string
|
|
spillover:
|
|
description: |-
|
|
This field indicates whether zonal affinity is enabled or not. The
|
|
possible values are: - ZONAL_AFFINITY_DISABLED: Default Value. Zonal
|
|
Affinity is disabled. The load balancer distributes new connections to all
|
|
healthy backend endpoints across all zones. -
|
|
type: string
|
|
enum:
|
|
- ZONAL_AFFINITY_DISABLED
|
|
- ZONAL_AFFINITY_SPILL_CROSS_ZONE
|
|
- ZONAL_AFFINITY_STAY_WITHIN_ZONE
|
|
spilloverRatio:
|
|
description: |-
|
|
The value of the field must be in [0, 1]. When the ratio of the count of
|
|
healthy backend endpoints in a zone to the count of backend endpoints in
|
|
that same zone is equal to or above this threshold, the load balancer
|
|
distributes new connections to all healthy endpoints in the local zone
|
|
only. When the ratio of the count of healthy backend endpoints in a zone
|
|
to the count of backend endpoints in that same zone is below this
|
|
threshold, the load balancer distributes all new connections to all
|
|
healthy endpoints across all zones.
|
|
type: number
|