InlineApplicationPortProfile2
Properties
A list of protocol and ports supported by this application port profile.
The id of the Application Port Profile in URN format.
The name of the Application Port Profile.
The definition scope of an Application Port Profile. SYSTEM profiles are available to all tenants. They are default profiles from the backing networking provider. PROVIDER profiles are available to all tenants. They are defined by the provider at a system level. TENANT profiles are available only to the specific tenant organization. They are defined by the tenant or by a provider on behalf of a tenant.
Possible values are: SYSTEM , PROVIDER , TENANT
True means that the port profile can be used for NAT configuration. A port profile can be used for NAT if there is only 1 application port with at most 1 destination port.
JSON Example
{
"applicationPorts": [
{
"destinationPorts": [
"string"
],
"name": "string",
"protocol": "TCP"
}
],
"description": "string",
"id": "string",
"name": "string",
"scope": "SYSTEM",
"usableForNAT": false
}
Used By
ApplicationPortProfile