sas
PingPacketResult


This structure is used to define the generic Test Result objects, replacement for MO



public abstract struct PingPacketResult

Properties
packetNumber The Probe ID / count.

type=long

timestamp The timestamp of the Probe.

type=Date

testSuiteId The test suite ID. A value of 0 means no associated test suite.

type=long

lossIndicator A value of 0 indicates that the Probe was received; a value of 1 indicates that the Probe was lost. The value is numeric in order to facilitate statistical analysis. Please see RFC 2680.

type=int

status The result of this OAM Probe.

type=sas.ResponseStatus

returnCode The value of the OAM return code received in the OAM ping response.

type=sas.ReturnCode

replyFromIpAddressType The address type of replyFromIpAddress.

type=rtr.InetAddressType

replyFromIpAddress The IP address of the node sending the OAM ping response.

type=InetAddress

responseTime The amount of time measured in microseconds from when the ping Probe was sent to when its response was received or when it timed out. The value of this property is reported as 0 when it is not possible to transmit a ping Probe.

type=long

version Indicates the protocol version for this OAM ping Probe's reply.

type=long

responsePlane Indicates the response plane from which this ping response was received.

type=sas.ResponsePlane

responseSequence Indicates this probe's sequence number. If a probe response was received, this property indicates the sequence number of the response

type=long

oneWayTime The amount of time measured in microseconds from when the ping Probe was sent to when it was received by the replier. The value of this property is reported as 0 when it is not possible to transmit a ping Probe or the information is not available.

type=long

inOneWayTime The amount of time measured in microseconds from when an OAM probe reply was sent to when it was received by this host (in-bound one-way time). The value of this object is reported as 0 when the information is not available.

type=long

testedObject The full name of the object under test.

type=string