ALBDsrProfile (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer DsrProfile object", 
  "id": "ALBDsrProfile", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "dsr_encap_type": {
      "$ref": "ALBEncapType, 
      "default": "ENCAP_IPINIP", 
      "description": "Encapsulation type to use when DSR is L3. Enum options - ENCAP_IPINIP. Default value when not specified in API or module is interpreted by ALB Controller as ENCAP_IPINIP.", 
      "required": false, 
      "title": "Dsr encap type"
    }, 
    "dsr_type": {
      "$ref": "ALBDsrType, 
      "default": "DSR_TYPE_L3", 
      "description": "DSR type L2/L3. Enum options - DSR_TYPE_L2, DSR_TYPE_L3. Default value when not specified in API or module is interpreted by ALB Controller as DSR_TYPE_L3.", 
      "required": false, 
      "title": "Dsr type"
    }
  }, 
  "title": "DsrProfile", 
  "type": "object"
}