Interface PacketCaptureStatus

All Superinterfaces:
HasInnerModel<PacketCaptureQueryStatusResultInner>

public interface PacketCaptureStatus extends HasInnerModel<PacketCaptureQueryStatusResultInner>
Status of packet capture session.
  • Method Details

    • name

      String name()
      Gets the name of the packet capture resource.
      Returns:
      the name of the packet capture resource
    • id

      String id()
      Gets the ID of the packet capture resource.
      Returns:
      the ID of the packet capture resource
    • captureStartTime

      OffsetDateTime captureStartTime()
      Gets the start time of the packet capture session.
      Returns:
      the start time of the packet capture session
    • packetCaptureStatus

      PcStatus packetCaptureStatus()
      Get the status of the packet capture session.
      Returns:
      the packetCaptureStatus value
    • stopReason

      String stopReason()
      Gets the reason the current packet capture session was stopped.
      Returns:
      the reason the current packet capture session was stopped
    • packetCaptureErrors

      List<PcError> packetCaptureErrors()
      Gets the list of errors of packet capture session.
      Returns:
      the list of errors of packet capture session