PublicDelegatedPrefixes
class PublicDelegatedPrefixes extends Resource (View source)
The "publicDelegatedPrefixes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$publicDelegatedPrefixes = $computeService->publicDelegatedPrefixes;
Methods
Lists all PublicDelegatedPrefix resources owned by the specific project
across all scopes. To prevent failure, Google recommends that you set the
returnPartialSuccess
parameter to true
.
Announces the specified PublicDelegatedPrefix in the given region.
Deletes the specified PublicDelegatedPrefix in the given region.
Returns the specified PublicDelegatedPrefix resource in the given region.
Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
Lists the PublicDelegatedPrefixes for a project in the given region.
Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (publicDelegatedPrefixes.patch)
Details
PublicDelegatedPrefixAggregatedList
aggregatedList(string $project, array $optParams = [])
Lists all PublicDelegatedPrefix resources owned by the specific project
across all scopes. To prevent failure, Google recommends that you set the
returnPartialSuccess
parameter to true
.
(publicDelegatedPrefixes.aggregatedList)
Operation
announce(string $project, string $region, string $publicDelegatedPrefix, array $optParams = [])
Announces the specified PublicDelegatedPrefix in the given region.
(publicDelegatedPrefixes.announce)
Operation
delete(string $project, string $region, string $publicDelegatedPrefix, array $optParams = [])
Deletes the specified PublicDelegatedPrefix in the given region.
(publicDelegatedPrefixes.delete)
PublicDelegatedPrefix
get(string $project, string $region, string $publicDelegatedPrefix, array $optParams = [])
Returns the specified PublicDelegatedPrefix resource in the given region.
(publicDelegatedPrefixes.get)
Operation
insert(string $project, string $region, PublicDelegatedPrefix $postBody, array $optParams = [])
Creates a PublicDelegatedPrefix in the specified project in the given region using the parameters that are included in the request.
(publicDelegatedPrefixes.insert)
PublicDelegatedPrefixList
listPublicDelegatedPrefixes(string $project, string $region, array $optParams = [])
Lists the PublicDelegatedPrefixes for a project in the given region.
(publicDelegatedPrefixes.listPublicDelegatedPrefixes)
Operation
patch(string $project, string $region, string $publicDelegatedPrefix, PublicDelegatedPrefix $postBody, array $optParams = [])
Patches the specified PublicDelegatedPrefix resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (publicDelegatedPrefixes.patch)
Operation
withdraw(string $project, string $region, string $publicDelegatedPrefix, array $optParams = [])
Withdraws the specified PublicDelegatedPrefix in the given region.
(publicDelegatedPrefixes.withdraw)