Uses of Class
com.google.cloud.edgecontainer.v1.VpnConnectionName
-
Packages that use VpnConnectionName Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of VpnConnectionName in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return VpnConnectionName Modifier and Type Method Description VpnConnectionName
VpnConnectionName.Builder. build()
static VpnConnectionName
VpnConnectionName. of(String project, String location, String vpnConnection)
static VpnConnectionName
VpnConnectionName. parse(String formattedString)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type VpnConnectionName Modifier and Type Method Description static List<VpnConnectionName>
VpnConnectionName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.edgecontainer.v1 with parameters of type VpnConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
EdgeContainerClient. deleteVpnConnectionAsync(VpnConnectionName name)
Deletes a single VPN connection.VpnConnection
EdgeContainerClient. getVpnConnection(VpnConnectionName name)
Gets details of a single VPN connection.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type VpnConnectionName Modifier and Type Method Description static List<String>
VpnConnectionName. toStringList(List<VpnConnectionName> values)
-