GlobalNetworkEndpointGroups
class GlobalNetworkEndpointGroups extends Resource (View source)
The "globalNetworkEndpointGroups" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$globalNetworkEndpointGroups = $computeService->globalNetworkEndpointGroups;
Methods
Attach a network endpoint to the specified network endpoint group.
Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.
Detach the network endpoint from the specified network endpoint group.
Returns the specified network endpoint group.
Creates a network endpoint group in the specified project using the parameters that are included in the request.
Retrieves the list of network endpoint groups that are located in the specified project.
Lists the network endpoints in the specified network endpoint group.
Details
Operation
attachNetworkEndpoints(string $project, string $networkEndpointGroup, GlobalNetworkEndpointGroupsAttachEndpointsRequest $postBody, array $optParams = [])
Attach a network endpoint to the specified network endpoint group.
(globalNetworkEndpointGroups.attachNetworkEndpoints)
Operation
delete(string $project, string $networkEndpointGroup, array $optParams = [])
Deletes the specified network endpoint group.Note that the NEG cannot be deleted if there are backend services referencing it.
(globalNetworkEndpointGroups.delete)
Operation
detachNetworkEndpoints(string $project, string $networkEndpointGroup, GlobalNetworkEndpointGroupsDetachEndpointsRequest $postBody, array $optParams = [])
Detach the network endpoint from the specified network endpoint group.
(globalNetworkEndpointGroups.detachNetworkEndpoints)
NetworkEndpointGroup
get(string $project, string $networkEndpointGroup, array $optParams = [])
Returns the specified network endpoint group.
(globalNetworkEndpointGroups.get)
Operation
insert(string $project, NetworkEndpointGroup $postBody, array $optParams = [])
Creates a network endpoint group in the specified project using the parameters that are included in the request.
(globalNetworkEndpointGroups.insert)
NetworkEndpointGroupList
listGlobalNetworkEndpointGroups(string $project, array $optParams = [])
Retrieves the list of network endpoint groups that are located in the specified project.
(globalNetworkEndpointGroups.listGlobalNetworkEndpointGroups)
NetworkEndpointGroupsListNetworkEndpoints
listNetworkEndpoints(string $project, string $networkEndpointGroup, array $optParams = [])
Lists the network endpoints in the specified network endpoint group.
(globalNetworkEndpointGroups.listNetworkEndpoints)