ALBTag (type)

{
  "additionalProperties": false, 
  "description": "Advanced load balancer Tag object", 
  "id": "ALBTag", 
  "module_id": "PolicyAdvancedLoadBalancer", 
  "properties": {
    "type": {
      "$ref": "ALBTagType, 
      "default": "USER_DEFINED", 
      "description": "Enum options - AVI_DEFINED, USER_DEFINED, VCENTER_DEFINED. Default value when not specified in API or module is interpreted by ALB Controller as USER_DEFINED.", 
      "required": false, 
      "title": "Type"
    }, 
    "value": {
      "description": "value of Tag.", 
      "required": true, 
      "title": "Value", 
      "type": "string"
    }
  }, 
  "title": "Tag", 
  "type": "object"
}