ALBService (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer Service object", 
  "id": "ALBService", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "enable_http2": {
      "default": false, 
      "description": "Enable HTTP2 on this port. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Enable http2", 
      "type": "boolean"
    }, 
    "enable_ssl": {
      "default": false, 
      "description": "Enable SSL termination and offload for traffic from clients. Default value when not specified in API or module is interpreted by ALB Controller as false.", 
      "required": false, 
      "title": "Enable ssl", 
      "type": "boolean"
    }, 
    "override_application_profile_path": {
      "description": "Enable application layer specific features for the this specific service. It is a reference to an object of type ApplicationProfile.", 
      "required": false, 
      "title": "Override application profile path", 
      "type": "string"
    }, 
    "override_network_profile_path": {
      "description": "Override the network profile for this specific service port. It is a reference to an object of type NetworkProfile.", 
      "required": false, 
      "title": "Override network profile path", 
      "type": "string"
    }, 
    "port": {
      "description": "The Virtual Service's port number. Allowed values are 0-65535.", 
      "maximum": 65535, 
      "minimum": 0, 
      "required": true, 
      "title": "Port", 
      "type": "integer"
    }, 
    "port_range_end": {
      "default": 0, 
      "description": "The end of the Virtual Service's port number range. Allowed values are 1-65535. Special values are 0- 'single port'. Default value when not specified in API or module is interpreted by ALB Controller as 0.", 
      "maximum": 65535, 
      "minimum": 0, 
      "required": false, 
      "title": "Port range end", 
      "type": "integer"
    }
  }, 
  "title": "Service", 
  "type": "object"
}