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

ApplicationPortList

A set of ports and the protocol supported by a application port profile.


Properties

array of string
destinationPorts Optional

The set of ports on the destination that the profile applies to. Valid values include single ports and a range of ports.


string
name Optional

The display name.


protocol Optional

The supported protocols for an application port profile.

Possible values are: TCPUDPICMPv4ICMPv6

Added in 33.0

JSON Example

{
	"destinationPorts": [
		"string"
	],
	"name": "string",
	"protocol": "TCP"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    destinationPorts:
        x-vcloud-constraints:
            - constraint: NonSortable
    name:
        x-vcloud-constraints:
            - constraint: NonSortable
    protocol:
        x-vcloud-constraints:
            - constraint: NonSortable
[{"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

InlineApplicationPortProfile2

Feedback

Was this page helpful?