Class QPoolStatusActiveForwards
Represents a public TCP port of a pool.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QPoolStatusActiveForwards
Properties
ApplicationPort
Port of the application running on the compute node.
Declaration
public ushort ApplicationPort { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |
ForwarderHost
Public host where this application can be reached.
Declaration
public string ForwarderHost { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForwarderPort
Port where this application can be reached on the public host.
Declaration
public ushort ForwarderPort { get; set; }
Property Value
| Type | Description |
|---|---|
| ushort |