Values.InstanceNetworkingSourceDescribes monthly data transfer rates and port information for an instance.
type nonrec t = {monthlyTransfer : MonthlyTransfer.t option;The amount of data in GB allocated for monthly data transfers.
*)ports : InstancePortInfoList.t option;An array of key-value pairs containing information about the ports on the instance.
*)}