Sha256: 3069400b0508dae60dbef8e7ccbde87a728cf970b3942005cd7f98077dc4f47d
Contents?: true
Size: 853 Bytes
Versions: 13
Compression:
Stored size: 853 Bytes
Contents
{ enabled: 'true', #opt pools: [ { name: 'test-pool-1', description: 'Our Pool description', service: { https: { algorithm: 'IP_HASH', port: 443, protocol: 'HTTPS', health_check: { uri: '/notsupported', } } }, members: [ { ip_address: '10.10.10.10', }, { ip_address: '10.10.10.11', }, ], } ], virtual_servers: [ { name: 'test-vs-1', description: 'Our VirtualServer description', ip_address: '192.2.0.88', network: '12345678-1234-1234-1234-123456789012', pool: 'test-pool-1', service_profiles: { https: { enabled: true, port: '443', persistence: { method: 'SSL_SESSION_ID' } }, }, } ] }
Version data entries
13 entries across 13 versions & 1 rubygems