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

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

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

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    contextEntityId:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    description:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    id:
        x-vcloud-constraints:
            - args:
                - arg: applicationPortProfile
              constraint: Urn
            - constraint: ReadOnly
            - constraint: NonSortable
    networkProviderScope:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    orgRef:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    scope:
        x-vcloud-constraints:
            - constraint: ReadOnly
    status:
        x-vcloud-added-in: "33.0"
        x-vcloud-constraints:
            - constraint: ReadOnly
    usableForNAT:
        x-vcloud-constraints:
            - constraint: ReadOnly
[{"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
Availability
Added in 33.0
Property Of

InlineApplicationPortProfiles1
Parameter To

Create Application Port Profile
Update Application Port Profile
Returned By

Get Application Port Profile

Feedback

Was this page helpful?