OrganizationsLocationsFirewallEndpoints
class OrganizationsLocationsFirewallEndpoints extends Resource (View source)
The "firewallEndpoints" collection of methods.
Typical usage is:
$networksecurityService = new Google\Service\NetworkSecurity(...);
$firewallEndpoints = $networksecurityService->organizations_locations_firewallEndpoints;
Methods
Creates a new FirewallEndpoint in a given project and location.
Deletes a single Endpoint. (firewallEndpoints.delete)
Gets details of a single Endpoint. (firewallEndpoints.get)
Lists FirewallEndpoints in a given project and location.
Update a single Endpoint. (firewallEndpoints.patch)
Details
Operation
create(string $parent, FirewallEndpoint $postBody, array $optParams = [])
Creates a new FirewallEndpoint in a given project and location.
(firewallEndpoints.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single Endpoint. (firewallEndpoints.delete)
FirewallEndpoint
get(string $name, array $optParams = [])
Gets details of a single Endpoint. (firewallEndpoints.get)
ListFirewallEndpointsResponse
listOrganizationsLocationsFirewallEndpoints(string $parent, array $optParams = [])
Lists FirewallEndpoints in a given project and location.
(firewallEndpoints.listOrganizationsLocationsFirewallEndpoints)
Operation
patch(string $name, FirewallEndpoint $postBody, array $optParams = [])
Update a single Endpoint. (firewallEndpoints.patch)