PortForwardPair Data Type

Port forwarding information for a published service component

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
privatePort int element 1/1 the privatePort
publicPort int element 1/1 the publicPort
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

<PortForwardPair xsitype="...">
  <publicPort>...</publicPort>
  <privatePort>...</privatePort>
</PortForwardPair>