[{"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

InlineApplicationPortProfiles1

Properties

values Optional

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.

JSON Example

{
	"values": [
		{
			"applicationPorts": [
				{
					"destinationPorts": [
						"string"
					],
					"name": "string",
					"protocol": "TCP"
				}
			],
			"contextEntityId": "string",
			"description": "string",
			"id": "string",
			"name": "string",
			"networkProviderScope": "string",
			"orgRef": {
				"id": "string",
				"name": "string"
			},
			"scope": "SYSTEM",
			"status": "enum",
			"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

ApplicationPortProfiles

Feedback

Was this page helpful?