PacketCaptureQueryStatusResult Class
Status of packet capture session.
- Inheritance
-
PacketCaptureQueryStatusResult
Constructor
PacketCaptureQueryStatusResult(*, name: typing.Union[str, NoneType] = None, id: typing.Union[str, NoneType] = None, capture_start_time: typing.Union[datetime.datetime, NoneType] = None, packet_capture_status: typing.Union[str, _ForwardRef('PcStatus'), NoneType] = None, stop_reason: typing.Union[str, NoneType] = None, packet_capture_error: typing.Union[typing.List[typing.Union[str, _ForwardRef('PcError')]], NoneType] = None, **kwargs)
Parameters
- name
- str
The name of the packet capture resource.
- id
- str
The ID of the packet capture resource.
- capture_start_time
- datetime
The start time of the packet capture session.
The status of the packet capture session. Possible values include: "NotStarted", "Running", "Stopped", "Error", "Unknown".
- stop_reason
- str
The reason the current packet capture session was stopped.
Feedback
Submit and view feedback for