GetPacketCaptureResult

data class GetPacketCaptureResult(val azureApiVersion: String, val bytesToCapturePerPacket: Double? = null, val captureSettings: PacketCaptureSettingsResponse? = null, val continuousCapture: Boolean? = null, val etag: String, val filters: List<PacketCaptureFilterResponse>? = null, val id: String, val name: String, val provisioningState: String, val scope: PacketCaptureMachineScopeResponse? = null, val storageLocation: PacketCaptureStorageLocationResponse, val target: String, val targetType: String? = null, val timeLimitInSeconds: Int? = null, val totalBytesPerSession: Double? = null)

Information about packet capture session.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, bytesToCapturePerPacket: Double? = null, captureSettings: PacketCaptureSettingsResponse? = null, continuousCapture: Boolean? = null, etag: String, filters: List<PacketCaptureFilterResponse>? = null, id: String, name: String, provisioningState: String, scope: PacketCaptureMachineScopeResponse? = null, storageLocation: PacketCaptureStorageLocationResponse, target: String, targetType: String? = null, timeLimitInSeconds: Int? = null, totalBytesPerSession: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Number of bytes captured per packet, the remaining bytes are truncated.

Link copied to clipboard

The capture setting holds the 'FileCount', 'FileSizeInBytes', 'SessionTimeLimitInSeconds' values.

Link copied to clipboard

This continuous capture is a nullable boolean, which can hold 'null', 'true' or 'false' value. If we do not pass this parameter, it would be consider as 'null', default value is 'null'.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard

A list of packet capture filters.

Link copied to clipboard
val id: String

ID of the packet capture operation.

Link copied to clipboard

Name of the packet capture session.

Link copied to clipboard

The provisioning state of the packet capture session.

Link copied to clipboard

A list of AzureVMSS instances which can be included or excluded to run packet capture. If both included and excluded are empty, then the packet capture will run on all instances of AzureVMSS.

Link copied to clipboard

The storage location for a packet capture session.

Link copied to clipboard

The ID of the targeted resource, only AzureVM and AzureVMSS as target type are currently supported.

Link copied to clipboard
val targetType: String? = null

Target type of the resource provided.

Link copied to clipboard
val timeLimitInSeconds: Int? = null

Maximum duration of the capture session in seconds.

Link copied to clipboard

Maximum size of the capture output.