public class Compute.PacketMirrorings
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Compute.PacketMirrorings.AggregatedList |
class |
Compute.PacketMirrorings.Delete |
class |
Compute.PacketMirrorings.Get |
class |
Compute.PacketMirrorings.Insert |
class |
Compute.PacketMirrorings.List |
class |
Compute.PacketMirrorings.Patch |
class |
Compute.PacketMirrorings.TestIamPermissions |
| Constructor and Description |
|---|
PacketMirrorings() |
| Modifier and Type | Method and Description |
|---|---|
Compute.PacketMirrorings.AggregatedList |
aggregatedList(java.lang.String project)
Retrieves an aggregated list of packetMirrorings.
|
Compute.PacketMirrorings.Delete |
delete(java.lang.String project,
java.lang.String region,
java.lang.String packetMirroring)
Deletes the specified PacketMirroring resource.
|
Compute.PacketMirrorings.Get |
get(java.lang.String project,
java.lang.String region,
java.lang.String packetMirroring)
Returns the specified PacketMirroring resource.
|
Compute.PacketMirrorings.Insert |
insert(java.lang.String project,
java.lang.String region,
PacketMirroring content)
Creates a PacketMirroring resource in the specified project and region using the data included in
the request.
|
Compute.PacketMirrorings.List |
list(java.lang.String project,
java.lang.String region)
Retrieves a list of PacketMirroring resources available to the specified project and region.
|
Compute.PacketMirrorings.Patch |
patch(java.lang.String project,
java.lang.String region,
java.lang.String packetMirroring,
PacketMirroring content)
Patches the specified PacketMirroring resource with the data included in the request.
|
Compute.PacketMirrorings.TestIamPermissions |
testIamPermissions(java.lang.String project,
java.lang.String region,
java.lang.String resource,
TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Compute.PacketMirrorings.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.IOExceptionpublic Compute.PacketMirrorings.Delete delete(java.lang.String project, java.lang.String region, java.lang.String packetMirroring) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.packetMirroring - Name of the PacketMirroring resource to delete.java.io.IOExceptionpublic Compute.PacketMirrorings.Get get(java.lang.String project, java.lang.String region, java.lang.String packetMirroring) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.packetMirroring - Name of the PacketMirroring resource to return.java.io.IOExceptionpublic Compute.PacketMirrorings.Insert insert(java.lang.String project, java.lang.String region, PacketMirroring content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.content - the PacketMirroringjava.io.IOExceptionpublic Compute.PacketMirrorings.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 for this request.java.io.IOExceptionpublic Compute.PacketMirrorings.Patch patch(java.lang.String project, java.lang.String region, java.lang.String packetMirroring, PacketMirroring content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.packetMirroring - Name of the PacketMirroring resource to patch.content - the PacketMirroringjava.io.IOExceptionpublic Compute.PacketMirrorings.TestIamPermissions testIamPermissions(java.lang.String project, java.lang.String region, java.lang.String resource, TestPermissionsRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - The name of the region for this request.resource - Name or id of the resource for this request.content - the TestPermissionsRequestjava.io.IOException