Packet Mirroring Mirrored Resource Info Args
data class PacketMirroringMirroredResourceInfoArgs(val instances: Output<List<PacketMirroringMirroredResourceInfoInstanceInfoArgs>>? = null, val subnetworks: Output<List<PacketMirroringMirroredResourceInfoSubnetInfoArgs>>? = null, val tags: Output<List<String>>? = null) : ConvertibleToJava<PacketMirroringMirroredResourceInfoArgs>
Constructors
Link copied to clipboard
constructor(instances: Output<List<PacketMirroringMirroredResourceInfoInstanceInfoArgs>>? = null, subnetworks: Output<List<PacketMirroringMirroredResourceInfoSubnetInfoArgs>>? = null, tags: Output<List<String>>? = null)
Properties
Link copied to clipboard
A set of virtual machine instances that are being mirrored. They must live in zones contained in the same region as this packetMirroring. Note that this config will apply only to those network interfaces of the Instances that belong to the network specified in this packetMirroring. You may specify a maximum of 50 Instances.
Link copied to clipboard
A set of subnetworks for which traffic from/to all VM instances will be mirrored. They must live in the same region as this packetMirroring. You may specify a maximum of 5 subnetworks.