Values.TargetNetworkUpdateSourceUpdated configuration for the target network topology and addressing.
type nonrec t = {topology : TargetNetworkTopology.t option;The updated network topology type.
*)inboundCidr : Cidr.t option;The updated CIDR block for inbound traffic.
*)outboundCidr : Cidr.t option;The updated CIDR block for outbound traffic.
*)inspectionCidr : Cidr.t option;The updated CIDR block for inspection traffic.
*)}