Class QTaskStatusActiveForwards
Represents a public TCP port of a task.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskStatusActiveForwards
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 |