考虑Google Cloud VPN for networking Google Cloud platform to On-premise,按照以下
假设Cloud VPN隧道连接到GCP中的网关,下面是egress 的定价
我想知道在这种情况下从GCP出口到本地服务器的确切成本是多少,这是基于上述定价中存在的不同行项目。对于我的使用案例,是否适用常规的“互联网出口费率”?
我想知道如何检查我的VPN连接是否处于活动状态。
有了这段代码,我可以看到我所有的网络连接
Dim nics As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces
If nics.Length < 0 Or nics Is Nothing Then
MsgBox("No NICS")
Exit Sub
End If
ListBox1.Items.Clear()
For Each netadapter As NetworkInterfa