ScaleSetPacketCaptureMachineScopeArgs

data class ScaleSetPacketCaptureMachineScopeArgs(val excludeInstanceIds: Output<List<String>>? = null, val includeInstanceIds: Output<List<String>>? = null) : ConvertibleToJava<ScaleSetPacketCaptureMachineScopeArgs>

Constructors

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

Properties

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

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
val includeInstanceIds: Output<List<String>>? = null

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.

Functions

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