PublicAdvertisedPrefixes
class PublicAdvertisedPrefixes extends Resource (View source)
The "publicAdvertisedPrefixes" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$publicAdvertisedPrefixes = $computeService->publicAdvertisedPrefixes;
Methods
Announces the specified PublicAdvertisedPrefix (publicAdvertisedPrefixes.announce)
Deletes the specified PublicAdvertisedPrefix (publicAdvertisedPrefixes.delete)
Returns the specified PublicAdvertisedPrefix resource.
Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.
Lists the PublicAdvertisedPrefixes for a project.
Patches the specified Router resource with the data included in the request.
Details
Operation
announce(string $project, string $publicAdvertisedPrefix, array $optParams = [])
Announces the specified PublicAdvertisedPrefix (publicAdvertisedPrefixes.announce)
Operation
delete(string $project, string $publicAdvertisedPrefix, array $optParams = [])
Deletes the specified PublicAdvertisedPrefix (publicAdvertisedPrefixes.delete)
PublicAdvertisedPrefix
get(string $project, string $publicAdvertisedPrefix, array $optParams = [])
Returns the specified PublicAdvertisedPrefix resource.
(publicAdvertisedPrefixes.get)
Operation
insert(string $project, PublicAdvertisedPrefix $postBody, array $optParams = [])
Creates a PublicAdvertisedPrefix in the specified project using the parameters that are included in the request.
(publicAdvertisedPrefixes.insert)
PublicAdvertisedPrefixList
listPublicAdvertisedPrefixes(string $project, array $optParams = [])
Lists the PublicAdvertisedPrefixes for a project.
(publicAdvertisedPrefixes.listPublicAdvertisedPrefixes)
Operation
patch(string $project, string $publicAdvertisedPrefix, PublicAdvertisedPrefix $postBody, array $optParams = [])
Patches the specified Router resource with the data included in the request.
This method supports PATCH semantics and uses JSON merge patch format and processing rules. (publicAdvertisedPrefixes.patch)
Operation
withdraw(string $project, string $publicAdvertisedPrefix, array $optParams = [])
Withdraws the specified PublicAdvertisedPrefix (publicAdvertisedPrefixes.withdraw)