[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineApplicationPortProfile2

Properties

applicationPorts Optional

A list of protocol and ports supported by this application port profile.


string
description Optional

string
id Optional

The id of the Application Port Profile in URN format.


string
name Optional

The name of the Application Port Profile.


scope Optional

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: SYSTEMPROVIDERTENANT

Added in 33.0

boolean
usableForNAT Optional

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
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

ApplicationPortProfile

Feedback

Was this page helpful?