| 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(String project)Retrieves an aggregated list of packetMirrorings. | 
| Compute.PacketMirrorings.Delete | delete(String project,
      String region,
      String packetMirroring)Deletes the specified PacketMirroring resource. | 
| Compute.PacketMirrorings.Get | get(String project,
   String region,
   String packetMirroring)Returns the specified PacketMirroring resource. | 
| Compute.PacketMirrorings.Insert | insert(String project,
      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(String project,
    String region)Retrieves a list of PacketMirroring resources available to the specified project and region. | 
| Compute.PacketMirrorings.Patch | patch(String project,
     String region,
     String packetMirroring,
     PacketMirroring content)Patches the specified PacketMirroring resource with the data included in the request. | 
| Compute.PacketMirrorings.TestIamPermissions | testIamPermissions(String project,
                  String region,
                  String resource,
                  TestPermissionsRequest content)Returns permissions that a caller has on the specified resource. | 
public Compute.PacketMirrorings.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.PacketMirrorings.Delete delete(String project, String region, String packetMirroring) throws 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.IOExceptionpublic Compute.PacketMirrorings.Get get(String project, String region, String packetMirroring) throws 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.IOExceptionpublic Compute.PacketMirrorings.Insert insert(String project, String region, PacketMirroring content) throws 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 PacketMirroringIOExceptionpublic Compute.PacketMirrorings.List list(String project, String region) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.region - Name of the region for this request.IOExceptionpublic Compute.PacketMirrorings.Patch patch(String project, String region, String packetMirroring, PacketMirroring content) throws 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 PacketMirroringIOExceptionpublic Compute.PacketMirrorings.TestIamPermissions testIamPermissions(String project, String region, String resource, TestPermissionsRequest content) throws 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 TestPermissionsRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.