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

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

There is a newer version: v1-rev20250320-2.0.0
Show newest version






Compute.GlobalNetworkEndpointGroups (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute

Class Compute.GlobalNetworkEndpointGroups

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


    public class Compute.GlobalNetworkEndpointGroups
    extends Object
    The "globalNetworkEndpointGroups" collection of methods.
    • Constructor Detail

      • GlobalNetworkEndpointGroups

        public GlobalNetworkEndpointGroups()
    • Method Detail

      • delete

        public Compute.GlobalNetworkEndpointGroups.Delete delete(String project,
                                                                 String networkEndpointGroup)
                                                          throws IOException
        Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it. Create a request for the method "globalNetworkEndpointGroups.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.
        networkEndpointGroup - The name of the network endpoint group to delete. It should comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException
      • get

        public Compute.GlobalNetworkEndpointGroups.Get get(String project,
                                                           String networkEndpointGroup)
                                                    throws IOException
        Returns the specified network endpoint group. Create a request for the method "globalNetworkEndpointGroups.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.
        networkEndpointGroup - The name of the network endpoint group. It should comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException
      • insert

        public Compute.GlobalNetworkEndpointGroups.Insert insert(String project,
                                                                 NetworkEndpointGroup content)
                                                          throws IOException
        Creates a network endpoint group in the specified project using the parameters that are included in the request. Create a request for the method "globalNetworkEndpointGroups.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.
        content - the NetworkEndpointGroup
        Returns:
        the request
        Throws:
        IOException
      • list

        public Compute.GlobalNetworkEndpointGroups.List list(String project)
                                                      throws IOException
        Retrieves the list of network endpoint groups that are located in the specified project. Create a request for the method "globalNetworkEndpointGroups.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.
        Returns:
        the request
        Throws:
        IOException
      • listNetworkEndpoints

        public Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints listNetworkEndpoints(String project,
                                                                                             String networkEndpointGroup)
                                                                                      throws IOException
        Lists the network endpoints in the specified network endpoint group. Create a request for the method "globalNetworkEndpointGroups.listNetworkEndpoints". 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.
        networkEndpointGroup - The name of the network endpoint group from which you want to generate a list of included network endpoints. It should comply with RFC1035.
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy