Get Packet Capture Result
data class GetPacketCaptureResult(val bytesToCapturePerPacket: Double? = null, val captureStartTime: String, val id: String, val name: String, val networkInterfaces: List<String>? = null, val provisioningState: String, val reason: String, val status: String, val systemData: SystemDataResponse, val timeLimitInSeconds: Int? = null, val totalBytesPerSession: Double? = null, val type: String)
Packet capture session resource.
Constructors
Link copied to clipboard
fun GetPacketCaptureResult(bytesToCapturePerPacket: Double? = null, captureStartTime: String, id: String, name: String, networkInterfaces: List<String>? = null, provisioningState: String, reason: String, status: String, systemData: SystemDataResponse, timeLimitInSeconds: Int? = null, totalBytesPerSession: Double? = null, type: String)