BackendAddressPoolPropertiesFormat interface
Properties of the backend address pool.
Properties
| drain |
Amount of seconds Load Balancer waits for before sending RESET to client and backend address. |
| load |
An array of backend addresses. |
| location | The location of the backend address pool. |
| tunnel |
An array of gateway load balancer tunnel interfaces. |
Property Details
drainPeriodInSeconds
Amount of seconds Load Balancer waits for before sending RESET to client and backend address.
drainPeriodInSeconds?: number
Property Value
number
loadBalancerBackendAddresses
An array of backend addresses.
loadBalancerBackendAddresses?: LoadBalancerBackendAddress[]
Property Value
location
The location of the backend address pool.
location?: string
Property Value
string
tunnelInterfaces
An array of gateway load balancer tunnel interfaces.
tunnelInterfaces?: GatewayLoadBalancerTunnelInterface[]