PacketCaptureStatus Interface

public interface PacketCaptureStatus extends HasInner

Status of packet capture session.

Method Summary

Modifier and Type Method and Description
DateTime captureStartTime()
String id()
String name()
List<PcError> packetCaptureErrors()
PcStatus packetCaptureStatus()

Get the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'.

String stopReason()

Inherited Members

Method Details

captureStartTime

public DateTime captureStartTime()

Returns:

the start time of the packet capture session

id

public String id()

Returns:

the ID of the packet capture resource

name

public String name()

Returns:

the name of the packet capture resource

packetCaptureErrors

public List packetCaptureErrors()

Returns:

the list of errors of packet capture session

packetCaptureStatus

public PcStatus packetCaptureStatus()

Get the status of the packet capture session. Possible values include: 'NotStarted', 'Running', 'Stopped', 'Error', 'Unknown'.

Returns:

the packetCaptureStatus value

stopReason

public String stopReason()

Returns:

the reason the current packet capture session was stopped

Applies to