Scale Set Packet Capture Machine Scope Args
data class ScaleSetPacketCaptureMachineScopeArgs(val excludeInstanceIds: Output<List<String>>? = null, val includeInstanceIds: Output<List<String>>? = null) : ConvertibleToJava<ScaleSetPacketCaptureMachineScopeArgs>
Properties
Link copied to clipboard
A list of Virtual Machine Scale Set instance IDs which should be excluded from running Packet Capture, e.g. ["0", "2"]
. Changing this forces a new resource to be created.
Link copied to clipboard
A list of Virtual Machine Scale Set instance IDs which should be included for Packet Capture, e.g. ["1", "3"]
. Changing this forces a new resource to be created.