Sha256: fdd0868309ebb31967d4553e201307a2860f695df9d34b58dc3a428a934116e4
Contents?: true
Size: 1.29 KB
Versions: 5
Compression:
Stored size: 1.29 KB
Contents
{ enabled: 'true', pools: [ { name: 'test-pool-2', service: { tcp: { algorithm: 'LEAST_CONN', port: 8080, health_check: { protocol: 'TCP', }, }, https: { algorithm: 'ROUND_ROBIN', health_check: { port: 443, protocol: 'TCP', }, }, http: { algorithm: 'URI', health_check: { port: 8081, protocol: 'TCP', }, }, }, members: [ { ip_address: '10.10.10.20', weight: 5 }, { ip_address: '10.10.10.21', weight: 1 }, ], } ], virtual_servers: [ { name: 'test-vs-1', description: 'Description of VirtualServer', ip_address: '192.2.0.88', network: 'ExternalNetwork', pool: 'test-pool-2', service_profiles: { http: { port: '8085', persistence: { method: 'COOKIE', cookie_name: 'MY_SESSION_ID', cookie_mode: 'PREFIX', }, }, tcp: { port: '8082', }, https: { enabled: true, port: '443', persistence: { method: 'SSL_SESSION_ID' } }, }, } ] }
Version data entries
5 entries across 5 versions & 1 rubygems