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