adsRoute

ADS route

General Information

Domain

TcHmiSrv

Schema

Type

string

JSON Schema

{
    "allOf": [
        {
            "oneOf": [
                {
                    "format": "ipv4"
                },
                {
                    "format": "amsnetid"
                }
            ]
        },
        {
            "description": "descAdsRoute",
            "optionMethod": {
                "symbol": "ADS.ListRoutes"
            },
            "type": "string"
        }
    ]
}