ProjectsLocationsLbTrafficExtensions
class ProjectsLocationsLbTrafficExtensions extends Resource (View source)
The "lbTrafficExtensions" collection of methods.
Typical usage is:
$networkservicesService = new Google\Service\NetworkServices(...);
$lbTrafficExtensions = $networkservicesService->projects_locations_lbTrafficExtensions;
Methods
Creates a new LbTrafficExtension
resource in a given project and location.
Deletes the specified LbTrafficExtension
resource.
Gets details of the specified LbTrafficExtension
resource.
Lists LbTrafficExtension
resources in a given project and location.
Updates the parameters of the specified LbTrafficExtension
resource.
Details
Operation
create(string $parent, LbTrafficExtension $postBody, array $optParams = [])
Creates a new LbTrafficExtension
resource in a given project and location.
(lbTrafficExtensions.create)
Operation
delete(string $name, array $optParams = [])
Deletes the specified LbTrafficExtension
resource.
(lbTrafficExtensions.delete)
LbTrafficExtension
get(string $name, array $optParams = [])
Gets details of the specified LbTrafficExtension
resource.
(lbTrafficExtensions.get)
ListLbTrafficExtensionsResponse
listProjectsLocationsLbTrafficExtensions(string $parent, array $optParams = [])
Lists LbTrafficExtension
resources in a given project and location.
(lbTrafficExtensions.listProjectsLocationsLbTrafficExtensions)
Operation
patch(string $name, LbTrafficExtension $postBody, array $optParams = [])
Updates the parameters of the specified LbTrafficExtension
resource.
(lbTrafficExtensions.patch)