NetworkEdgeSecurityServices
class NetworkEdgeSecurityServices extends Resource (View source)
The "networkEdgeSecurityServices" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$networkEdgeSecurityServices = $computeService->networkEdgeSecurityServices; Methods
Retrieves the list of all NetworkEdgeSecurityService resources available to
the specified project. To prevent failure, Google recommends that you set the
returnPartialSuccess parameter to true.
Deletes the specified service. (networkEdgeSecurityServices.delete)
Gets a specified NetworkEdgeSecurityService.
Creates a new service in the specified project using the data included in the request. (networkEdgeSecurityServices.insert)
Patches the specified policy with the data included in the request.
Details
NetworkEdgeSecurityServiceAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves the list of all NetworkEdgeSecurityService resources available to
the specified project. To prevent failure, Google recommends that you set the
returnPartialSuccess parameter to true.
(networkEdgeSecurityServices.aggregatedList)
Operation
delete(string $project, string $region, string $networkEdgeSecurityService, array $optParams = [])
Deletes the specified service. (networkEdgeSecurityServices.delete)
NetworkEdgeSecurityService
get(string $project, string $region, string $networkEdgeSecurityService, array $optParams = [])
Gets a specified NetworkEdgeSecurityService.
(networkEdgeSecurityServices.get)
Operation
insert(string $project, string $region, NetworkEdgeSecurityService $postBody, array $optParams = [])
Creates a new service in the specified project using the data included in the request. (networkEdgeSecurityServices.insert)
Operation
patch(string $project, string $region, string $networkEdgeSecurityService, NetworkEdgeSecurityService $postBody, array $optParams = [])
Patches the specified policy with the data included in the request.
(networkEdgeSecurityServices.patch)