Backend Address Pool Args
data class BackendAddressPoolArgs(val drainPeriodInSeconds: Output<Int>? = null, val id: Output<String>? = null, val loadBalancerBackendAddresses: Output<List<LoadBalancerBackendAddressArgs>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val syncMode: Output<Either<String, SyncMode>>? = null, val tunnelInterfaces: Output<List<GatewayLoadBalancerTunnelInterfaceArgs>>? = null, val virtualNetwork: Output<SubResourceArgs>? = null) : ConvertibleToJava<BackendAddressPoolArgs>
Pool of backend IP addresses.
Constructors
Link copied to clipboard
constructor(drainPeriodInSeconds: Output<Int>? = null, id: Output<String>? = null, loadBalancerBackendAddresses: Output<List<LoadBalancerBackendAddressArgs>>? = null, location: Output<String>? = null, name: Output<String>? = null, syncMode: Output<Either<String, SyncMode>>? = null, tunnelInterfaces: Output<List<GatewayLoadBalancerTunnelInterfaceArgs>>? = null, virtualNetwork: Output<SubResourceArgs>? = null)
Properties
Link copied to clipboard
Amount of seconds Load Balancer waits for before sending RESET to client and backend address.
Link copied to clipboard
An array of backend addresses.
Link copied to clipboard
An array of gateway load balancer tunnel interfaces.
Link copied to clipboard
A reference to a virtual network.