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 PrivateConnectionName
PrivateConnectionName.Builder. build()
static PrivateConnectionName
PrivateConnectionName. of(String project, String location, String privateConnection)
static PrivateConnectionName
PrivateConnectionName. 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.PrivateConnection
VmwareEngineClient. getPrivateConnection(PrivateConnectionName name)
Retrieves a `PrivateConnection` resource by its resource name.VmwareEngineClient.ListPrivateConnectionPeeringRoutesPagedResponse
VmwareEngineClient. 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)
-