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

create(string $parent, FirewallEndpoint $postBody, array $optParams = [])

Creates a new FirewallEndpoint in a given project and location.

delete(string $name, array $optParams = [])

Deletes a single Endpoint. (firewallEndpoints.delete)

get(string $name, array $optParams = [])

Gets details of a single Endpoint. (firewallEndpoints.get)

listOrganizationsLocationsFirewallEndpoints(string $parent, array $optParams = [])

Lists FirewallEndpoints in a given project and location.

patch(string $name, FirewallEndpoint $postBody, array $optParams = [])

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)

Parameters

string $parent

Required. Value for parent.

FirewallEndpoint $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

Operation delete(string $name, array $optParams = [])

Deletes a single Endpoint. (firewallEndpoints.delete)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception

FirewallEndpoint get(string $name, array $optParams = [])

Gets details of a single Endpoint. (firewallEndpoints.get)

Parameters

string $name

Required. Name of the resource

array $optParams

Optional parameters.

Return Value

FirewallEndpoint

Exceptions

Exception

ListFirewallEndpointsResponse listOrganizationsLocationsFirewallEndpoints(string $parent, array $optParams = [])

Lists FirewallEndpoints in a given project and location.

(firewallEndpoints.listOrganizationsLocationsFirewallEndpoints)

Parameters

string $parent

Required. Parent value for ListEndpointsRequest

array $optParams

Optional parameters.

Return Value

ListFirewallEndpointsResponse

Exceptions

Exception

Operation patch(string $name, FirewallEndpoint $postBody, array $optParams = [])

Update a single Endpoint. (firewallEndpoints.patch)

Parameters

string $name

Immutable. Identifier. name of resource

FirewallEndpoint $postBody
array $optParams

Optional parameters.

Return Value

Operation

Exceptions

Exception