| Modifier and Type | Class and Description |
|---|---|
class |
Compute.NetworkPlacements.Get |
class |
Compute.NetworkPlacements.List |
| Constructor and Description |
|---|
NetworkPlacements() |
| Modifier and Type | Method and Description |
|---|---|
Compute.NetworkPlacements.Get |
get(String project,
String networkPlacement)
Returns the specified network placement.
|
Compute.NetworkPlacements.List |
list(String project)
Retrieves a list of network placements available to the specified project.
|
public Compute.NetworkPlacements.Get get(String project, String networkPlacement) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.networkPlacement - Name of the network placement to return.IOExceptionpublic Compute.NetworkPlacements.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionCopyright © 2011–2024 Google. All rights reserved.