Load Balancer Args
constructor(adaptiveRouting: Output<LoadBalancerAdaptiveRoutingArgs>? = null, countryPools: Output<Map<String, List<String>>>? = null, defaultPools: Output<List<String>>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, fallbackPool: Output<String>? = null, locationStrategy: Output<LoadBalancerLocationStrategyArgs>? = null, name: Output<String>? = null, networks: Output<List<String>>? = null, popPools: Output<Map<String, List<String>>>? = null, proxied: Output<Boolean>? = null, randomSteering: Output<LoadBalancerRandomSteeringArgs>? = null, regionPools: Output<Map<String, List<String>>>? = null, rules: Output<List<LoadBalancerRuleArgs>>? = null, sessionAffinity: Output<String>? = null, sessionAffinityAttributes: Output<LoadBalancerSessionAffinityAttributesArgs>? = null, sessionAffinityTtl: Output<Double>? = null, steeringPolicy: Output<String>? = null, ttl: Output<Double>? = null, zoneId: Output<String>? = null)