ProjectsLocationsInternalRanges
class ProjectsLocationsInternalRanges extends Resource (View source)
The "internalRanges" collection of methods.
Typical usage is:
$networkconnectivityService = new Google\Service\Networkconnectivity(...);
$internalRanges = $networkconnectivityService->projects_locations_internalRanges;
Methods
Creates a new internal range in a given project and location.
Deletes a single internal range. (internalRanges.delete)
Gets details of a single internal range. (internalRanges.get)
Lists internal ranges in a given project and location.
Updates the parameters of a single internal range. (internalRanges.patch)
Details
GoogleLongrunningOperation
create(string $parent, InternalRange $postBody, array $optParams = [])
Creates a new internal range in a given project and location.
(internalRanges.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a single internal range. (internalRanges.delete)
InternalRange
get(string $name, array $optParams = [])
Gets details of a single internal range. (internalRanges.get)
ListInternalRangesResponse
listProjectsLocationsInternalRanges(string $parent, array $optParams = [])
Lists internal ranges in a given project and location.
(internalRanges.listProjectsLocationsInternalRanges)
GoogleLongrunningOperation
patch(string $name, InternalRange $postBody, array $optParams = [])
Updates the parameters of a single internal range. (internalRanges.patch)