PacketCaptureMachineScopeArgs

data class PacketCaptureMachineScopeArgs(val exclude: Output<List<String>>? = null, val include: Output<List<String>>? = null) : ConvertibleToJava<PacketCaptureMachineScopeArgs>

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.

Constructors

Link copied to clipboard
constructor(exclude: Output<List<String>>? = null, include: Output<List<String>>? = null)

Properties

Link copied to clipboard
val exclude: Output<List<String>>? = null

List of AzureVMSS instances which has to be excluded from the AzureVMSS from running packet capture.

Link copied to clipboard
val include: Output<List<String>>? = null

List of AzureVMSS instances to run packet capture on.

Functions

Link copied to clipboard
open override fun toJava(): PacketCaptureMachineScopeArgs