network

@JvmName(name = "kdbmyufbjbmbgahr")
suspend fun network(value: Output<PacketMirroringNetworkArgs>)
@JvmName(name = "vwxuryygtlstlqvb")
suspend fun network(value: PacketMirroringNetworkArgs?)

Parameters

value

Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network. Structure is documented below.


@JvmName(name = "askwwxmkrduigjuy")
suspend fun network(argument: suspend PacketMirroringNetworkArgsBuilder.() -> Unit)

Parameters

argument

Specifies the mirrored VPC network. Only packets in this network will be mirrored. All mirrored VMs should have a NIC in the given network. All mirrored subnetworks should belong to the given network. Structure is documented below.