Modifier and Type | Class and Description |
---|---|
class |
Compute.Networks.Delete |
class |
Compute.Networks.Get |
class |
Compute.Networks.Insert |
class |
Compute.Networks.List |
Constructor and Description |
---|
Compute.Networks() |
Modifier and Type | Method and Description |
---|---|
Compute.Networks.Delete |
delete(String project,
String network)
Deletes the specified network resource.
|
Compute.Networks.Get |
get(String project,
String network)
Returns the specified network resource.
|
Compute.Networks.Insert |
insert(String project,
Network content)
Creates a network resource in the specified project using the data included in the request.
|
Compute.Networks.List |
list(String project)
Retrieves the list of network resources available to the specified project.
|
public Compute.Networks.Delete delete(String project, String network) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.network
- Name of the network resource to delete.IOException
public Compute.Networks.Get get(String project, String network) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.network
- Name of the network resource to return.IOException
public Compute.Networks.Insert insert(String project, Network content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.content
- the Network
IOException
public Compute.Networks.List list(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Name of the project scoping this request.IOException