| Modifier and Type | Class and Description | 
|---|---|
class  | 
Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints  | 
class  | 
Compute.GlobalNetworkEndpointGroups.Delete  | 
class  | 
Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints  | 
class  | 
Compute.GlobalNetworkEndpointGroups.Get  | 
class  | 
Compute.GlobalNetworkEndpointGroups.Insert  | 
class  | 
Compute.GlobalNetworkEndpointGroups.List  | 
class  | 
Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints  | 
| Constructor and Description | 
|---|
GlobalNetworkEndpointGroups()  | 
| Modifier and Type | Method and Description | 
|---|---|
Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints | 
attachNetworkEndpoints(String project,
                      String networkEndpointGroup,
                      GlobalNetworkEndpointGroupsAttachEndpointsRequest content)
Attach a network endpoint to the specified network endpoint group. 
 | 
Compute.GlobalNetworkEndpointGroups.Delete | 
delete(String project,
      String networkEndpointGroup)
Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are
 backend services referencing it. 
 | 
Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints | 
detachNetworkEndpoints(String project,
                      String networkEndpointGroup,
                      GlobalNetworkEndpointGroupsDetachEndpointsRequest content)
Detach the network endpoint from the specified network endpoint group. 
 | 
Compute.GlobalNetworkEndpointGroups.Get | 
get(String project,
   String networkEndpointGroup)
Returns the specified network endpoint group. 
 | 
Compute.GlobalNetworkEndpointGroups.Insert | 
insert(String project,
      NetworkEndpointGroup content)
Creates a network endpoint group in the specified project using the parameters that are included
 in the request. 
 | 
Compute.GlobalNetworkEndpointGroups.List | 
list(String project)
Retrieves the list of network endpoint groups that are located in the specified project. 
 | 
Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints | 
listNetworkEndpoints(String project,
                    String networkEndpointGroup)
Lists the network endpoints in the specified network endpoint group. 
 | 
public Compute.GlobalNetworkEndpointGroups.AttachNetworkEndpoints attachNetworkEndpoints(String project, String networkEndpointGroup, GlobalNetworkEndpointGroupsAttachEndpointsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.networkEndpointGroup - The name of the network endpoint group where you are attaching network endpoints to. It should
        comply with RFC1035.content - the GlobalNetworkEndpointGroupsAttachEndpointsRequestIOExceptionpublic Compute.GlobalNetworkEndpointGroups.Delete delete(String project, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.networkEndpointGroup - The name of the network endpoint group to delete. It should comply with RFC1035.IOExceptionpublic Compute.GlobalNetworkEndpointGroups.DetachNetworkEndpoints detachNetworkEndpoints(String project, String networkEndpointGroup, GlobalNetworkEndpointGroupsDetachEndpointsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.project - Project ID for this request.networkEndpointGroup - The name of the network endpoint group where you are removing network endpoints. It should comply
        with RFC1035.content - the GlobalNetworkEndpointGroupsDetachEndpointsRequestIOExceptionpublic Compute.GlobalNetworkEndpointGroups.Get get(String project, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.networkEndpointGroup - The name of the network endpoint group. It should comply with RFC1035.IOExceptionpublic Compute.GlobalNetworkEndpointGroups.Insert insert(String project, NetworkEndpointGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.content - the NetworkEndpointGroupIOExceptionpublic Compute.GlobalNetworkEndpointGroups.List list(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.GlobalNetworkEndpointGroups.ListNetworkEndpoints listNetworkEndpoints(String project, String networkEndpointGroup) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.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.IOExceptionCopyright © 2011–2020 Google. All rights reserved.