Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 938 Bytes

File metadata and controls

16 lines (14 loc) · 938 Bytes

TraceflowObservationRelayedLogical

Properties

Name Type Description Notes
messageType MessageTypeEnum This field specified the message type of the relay service REQUEST - The relay service will relay a request message to the destination server REPLY - The relay service will relay a reply message to the client [optional]
dstServerAddress String This field specified the IP address of the destination which the packet will be relayed. [optional]
logicalCompUuid String This field specified the logical component that relay service located. [optional]
relayServerAddress String This field specified the IP address of the relay service. [optional]

Enum: MessageTypeEnum

Name Value
REQUEST "REQUEST"
REPLY "REPLY"