Values.TargetNetworkSourceConfiguration for the target network topology and addressing.
type nonrec t = {topology : TargetNetworkTopology.t;The network topology type for the target environment.
*)inboundCidr : Cidr.t option;The CIDR block for inbound traffic in the target network.
*)outboundCidr : Cidr.t option;The CIDR block for outbound traffic in the target network.
*)inspectionCidr : Cidr.t option;The CIDR block for inspection traffic in the target network.
*)}val make :
?inboundCidr:??? ->
?outboundCidr:??? ->
?inspectionCidr:??? ->
topology:TargetNetworkTopology.t ->
unit ->
t