All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.Compute.PacketMirrorings.html Maven / Gradle / Ivy







Compute.PacketMirrorings (Compute Engine API beta-rev20220312-1.32.1)












com.google.api.services.compute

Class Compute.PacketMirrorings

  • Enclosing class:
    Compute


    public class Compute.PacketMirrorings
    extends Object
    The "packetMirrorings" collection of methods.
    • Constructor Detail

      • PacketMirrorings

        public PacketMirrorings()
    • Method Detail

      • delete

        public Compute.PacketMirrorings.Delete delete(String project,
                                                      String region,
                                                      String packetMirroring)
                                               throws IOException
        Deletes the specified PacketMirroring resource. Create a request for the method "packetMirrorings.delete". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        packetMirroring - Name of the PacketMirroring resource to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.PacketMirrorings.Get get(String project,
                                                String region,
                                                String packetMirroring)
                                         throws IOException
        Returns the specified PacketMirroring resource. Create a request for the method "packetMirrorings.get". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        packetMirroring - Name of the PacketMirroring resource to return.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.PacketMirrorings.Insert insert(String project,
                                                      String region,
                                                      PacketMirroring content)
                                               throws IOException
        Creates a PacketMirroring resource in the specified project and region using the data included in the request. Create a request for the method "packetMirrorings.insert". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        content - the PacketMirroring
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.PacketMirrorings.List list(String project,
                                                  String region)
                                           throws IOException
        Retrieves a list of PacketMirroring resources available to the specified project and region. Create a request for the method "packetMirrorings.list". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        Returns:
        the request
        Throws:
        IOException
      • patch

        public Compute.PacketMirrorings.Patch patch(String project,
                                                    String region,
                                                    String packetMirroring,
                                                    PacketMirroring content)
                                             throws IOException
        Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. Create a request for the method "packetMirrorings.patch". This request holds the parameters needed by the compute server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        project - Project ID for this request.
        region - Name of the region for this request.
        packetMirroring - Name of the PacketMirroring resource to patch.
        content - the PacketMirroring
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy