Uses of Class
com.google.cloud.compute.v1.VpnTunnelsClient
-
Packages that use VpnTunnelsClient Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of VpnTunnelsClient in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return VpnTunnelsClient Modifier and Type Method Description static VpnTunnelsClient
VpnTunnelsClient. create()
Constructs an instance of VpnTunnelsClient with default settings.static VpnTunnelsClient
VpnTunnelsClient. create(VpnTunnelsStub stub)
Constructs an instance of VpnTunnelsClient, using the given stub for making calls.static VpnTunnelsClient
VpnTunnelsClient. create(VpnTunnelsSettings settings)
Constructs an instance of VpnTunnelsClient, using the given settings.
-