Sha256: 79d355328706d408c50aa0e3492f420f448f4c637e4640721110ec8a62c4839e
Contents?: true
Size: 781 Bytes
Versions: 18
Compression:
Stored size: 781 Bytes
Contents
{ enabled: 'true', #opt pools: [ { name: 'test-pool-1', description: 'Our Pool description', service: { https: { algorithm: 'IP_HASH', port: 443, protocol: 'HTTPS', } }, 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
18 entries across 18 versions & 1 rubygems