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

Version Path
vcloud-edge_gateway-2.1.1 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-2.1.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.5.2 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.5.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.4.1 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.4.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.3.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.2.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.1.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.0.2 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.0.1 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-1.0.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml
vcloud-edge_gateway-0.5.0 spec/vcloud/edge_gateway/configuration_generator/data/load_balancer_https-healthcheck-uri-input.yaml