public class Compute.Subnetworks
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Compute.Subnetworks.AggregatedList |
class |
Compute.Subnetworks.Delete |
class |
Compute.Subnetworks.Get |
class |
Compute.Subnetworks.Insert |
class |
Compute.Subnetworks.List |
Constructor and Description |
---|
Compute.Subnetworks() |
Modifier and Type | Method and Description |
---|---|
Compute.Subnetworks.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves an aggregated list of subnetworks.
|
Compute.Subnetworks.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String subnetwork)
Deletes the specified subnetwork.
|
Compute.Subnetworks.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String subnetwork)
Returns the specified subnetwork.
|
Compute.Subnetworks.Insert |
insert(java.lang.String project,
java.lang.String region,
Subnetwork content)
Creates a subnetwork in the specified project using the data included in the request.
|
Compute.Subnetworks.List |
list(java.lang.String project,
java.lang.String region)
Retrieves a list of subnetworks available to the specified project.
|
public Compute.Subnetworks.AggregatedList aggregatedList(java.lang.String project) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.java.io.IOException
public Compute.Subnetworks.Delete delete(java.lang.String project, java.lang.String region, java.lang.String subnetwork) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.subnetwork
- Name of the Subnetwork resource to delete.java.io.IOException
public Compute.Subnetworks.Get get(java.lang.String project, java.lang.String region, java.lang.String subnetwork) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.subnetwork
- Name of the Subnetwork resource to return.java.io.IOException
public Compute.Subnetworks.Insert insert(java.lang.String project, java.lang.String region, Subnetwork content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.content
- the Subnetwork
java.io.IOException
public Compute.Subnetworks.List list(java.lang.String project, java.lang.String region) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.region
- Name of the region scoping this request.java.io.IOException