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

EdgeLoadBalancerTcpUdpProfile

Specifies the TCP/UDP profile for the service ports such as TCP_PROXY or TCP_FAST_PATH.


Properties

string
type Required

This property specifies the different ways in which TCP/UDP packets are sent to the destination server. A value of “-” represents an unknown type. Such profile can still be removed from the Virtual Service on update but is not valid on create.

  • TCP_PROXY - TCP connection is terminated at the Virtual Service and a new TCP connection is made to the destination server.
  • TCP_FAST_PATH - TCP packets are directly forwarded to the destination server.
  • UDP_FAST_PATH - UDP packets are directly forwarded to the destination server.


string
name Optional

Name of the TCP/UDP profile. Name of the system defined monitors are prefixed with System for example ‘System-TCP-Proxy’.


boolean
systemDefined Optional

Whether the TCP/UDP profile is system defined.

JSON Example

{
	"type": "string"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    name:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    systemDefined:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
    type:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - 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 35.0
Property Of

EdgeLoadBalancerServicePort

Feedback

Was this page helpful?