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

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







Compute.InterconnectAttachments (Compute Engine API beta-rev20220726-2.0.0)












com.google.api.services.compute

Class Compute.InterconnectAttachments

  • java.lang.Object
    • com.google.api.services.compute.Compute.InterconnectAttachments
  • Enclosing class:
    Compute


    public class Compute.InterconnectAttachments
    extends Object
    The "interconnectAttachments" collection of methods.
    • Constructor Detail

      • InterconnectAttachments

        public InterconnectAttachments()
    • Method Detail

      • delete

        public Compute.InterconnectAttachments.Delete delete(String project,
                                                             String region,
                                                             String interconnectAttachment)
                                                      throws IOException
        Deletes the specified interconnect attachment. Create a request for the method "interconnectAttachments.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.
        interconnectAttachment - Name of the interconnect attachment to delete.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.InterconnectAttachments.Get get(String project,
                                                       String region,
                                                       String interconnectAttachment)
                                                throws IOException
        Returns the specified interconnect attachment. Create a request for the method "interconnectAttachments.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.
        interconnectAttachment - Name of the interconnect attachment to return.
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.InterconnectAttachments.List list(String project,
                                                         String region)
                                                  throws IOException
        Retrieves the list of interconnect attachments contained within the specified region. Create a request for the method "interconnectAttachments.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.InterconnectAttachments.Patch patch(String project,
                                                           String region,
                                                           String interconnectAttachment,
                                                           InterconnectAttachment content)
                                                    throws IOException
        Updates the specified interconnect attachment with the data included in the request. This method supports PATCH semantics and uses the JSON merge patch format and processing rules. Create a request for the method "interconnectAttachments.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 scoping this request.
        interconnectAttachment - Name of the interconnect attachment to patch.
        content - the InterconnectAttachment
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy