LoadBalancerArgs

constructor(adaptiveRoutings: Output<List<LoadBalancerAdaptiveRoutingArgs>>? = null, countryPools: Output<List<LoadBalancerCountryPoolArgs>>? = null, defaultPoolIds: Output<List<String>>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, fallbackPoolId: Output<String>? = null, locationStrategies: Output<List<LoadBalancerLocationStrategyArgs>>? = null, name: Output<String>? = null, popPools: Output<List<LoadBalancerPopPoolArgs>>? = null, proxied: Output<Boolean>? = null, randomSteerings: Output<List<LoadBalancerRandomSteeringArgs>>? = null, regionPools: Output<List<LoadBalancerRegionPoolArgs>>? = null, rules: Output<List<LoadBalancerRuleArgs>>? = null, sessionAffinity: Output<String>? = null, sessionAffinityAttributes: Output<List<LoadBalancerSessionAffinityAttributeArgs>>? = null, sessionAffinityTtl: Output<Int>? = null, steeringPolicy: Output<String>? = null, ttl: Output<Int>? = null, zoneId: Output<String>? = null)