ApplicationPortProfile

ApplicationPortProfile
ApplicationPortProfile

An Application Port Profile object. The application port profile represents a set of ports and protocols that can be used when defining network service rules.

AllOf
This class requires all of the following:
JSON Example
{
    "orgRef": {
        "name": "string",
        "id": "string"
    },
    "contextEntityId": "string",
    "networkProviderScope": "string",
    "id": "string",
    "name": "string",
    "description": "string",
    "scope": "string",
    "applicationPorts": [
        {
            "name": "string",
            "protocol": "string",
            "destinationPorts": [
                "string"
            ]
        }
    ],
    "usableForNAT": false
}