RegionNetworkEndpointGroups
class RegionNetworkEndpointGroups extends Resource (View source)
The "regionNetworkEndpointGroups" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$regionNetworkEndpointGroups = $computeService->regionNetworkEndpointGroups;
Methods
Attach a list of network endpoints to the specified network endpoint group.
Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
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 regional network endpoint groups available to the specified project in the given region.
Lists the network endpoints in the specified network endpoint group.
Details
Operation
attachNetworkEndpoints(string $project, string $region, string $networkEndpointGroup, RegionNetworkEndpointGroupsAttachEndpointsRequest $postBody, array $optParams = [])
Attach a list of network endpoints to the specified network endpoint group.
(regionNetworkEndpointGroups.attachNetworkEndpoints)
Operation
delete(string $project, string $region, string $networkEndpointGroup, array $optParams = [])
Deletes the specified network endpoint group. Note that the NEG cannot be deleted if it is configured as a backend of a backend service.
(regionNetworkEndpointGroups.delete)
Operation
detachNetworkEndpoints(string $project, string $region, string $networkEndpointGroup, RegionNetworkEndpointGroupsDetachEndpointsRequest $postBody, array $optParams = [])
Detach the network endpoint from the specified network endpoint group.
(regionNetworkEndpointGroups.detachNetworkEndpoints)
NetworkEndpointGroup
get(string $project, string $region, string $networkEndpointGroup, array $optParams = [])
Returns the specified network endpoint group.
(regionNetworkEndpointGroups.get)
Operation
insert(string $project, string $region, NetworkEndpointGroup $postBody, array $optParams = [])
Creates a network endpoint group in the specified project using the parameters that are included in the request.
(regionNetworkEndpointGroups.insert)
NetworkEndpointGroupList
listRegionNetworkEndpointGroups(string $project, string $region, array $optParams = [])
Retrieves the list of regional network endpoint groups available to the specified project in the given region.
(regionNetworkEndpointGroups.listRegionNetworkEndpointGroups)
NetworkEndpointGroupsListNetworkEndpoints
listNetworkEndpoints(string $project, string $region, string $networkEndpointGroup, array $optParams = [])
Lists the network endpoints in the specified network endpoint group.
(regionNetworkEndpointGroups.listNetworkEndpoints)