Uses of Class
com.google.cloud.vmwareengine.v1.PrivateConnectionName
-
Packages that use PrivateConnectionName Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of PrivateConnectionName in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return PrivateConnectionName Modifier and Type Method Description PrivateConnectionNamePrivateConnectionName.Builder. build()static PrivateConnectionNamePrivateConnectionName. of(String project, String location, String privateConnection)static PrivateConnectionNamePrivateConnectionName. parse(String formattedString)Methods in com.google.cloud.vmwareengine.v1 that return types with arguments of type PrivateConnectionName Modifier and Type Method Description static List<PrivateConnectionName>PrivateConnectionName. parseList(List<String> formattedStrings)Methods in com.google.cloud.vmwareengine.v1 with parameters of type PrivateConnectionName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>VmwareEngineClient. deletePrivateConnectionAsync(PrivateConnectionName name)Deletes a `PrivateConnection` resource.PrivateConnectionVmwareEngineClient. getPrivateConnection(PrivateConnectionName name)Retrieves a `PrivateConnection` resource by its resource name.VmwareEngineClient.ListPrivateConnectionPeeringRoutesPagedResponseVmwareEngineClient. listPrivateConnectionPeeringRoutes(PrivateConnectionName parent)Lists the private connection routes exchanged over a peering connection.Method parameters in com.google.cloud.vmwareengine.v1 with type arguments of type PrivateConnectionName Modifier and Type Method Description static List<String>PrivateConnectionName. toStringList(List<PrivateConnectionName> values)
-