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.IOException
public Compute.NetworkProfiles.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
Copyright © 2011–2025 Google. All rights reserved.