Sha256: 6b341154d693ac20c0a61f816a284f411c22b98032d9757f86a898d51e97bc93
Contents?: true
Size: 1.31 KB
Versions: 18
Compression:
Stored size: 1.31 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: '12345678-1234-1234-1234-123456789012', 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
18 entries across 18 versions & 1 rubygems