GlobalAddresses
class GlobalAddresses extends Resource (View source)
The "globalAddresses" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$globalAddresses = $computeService->globalAddresses;
Methods
Deletes the specified address resource. (globalAddresses.delete)
Returns the specified address resource. (globalAddresses.get)
Retrieves a list of global addresses. (globalAddresses.listGlobalAddresses)
Moves the specified address resource from one project to another project.
Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation. (globalAddresses.setLabels)
Details
Operation
delete(string $project, string $address, array $optParams = [])
Deletes the specified address resource. (globalAddresses.delete)
Address
get(string $project, string $address, array $optParams = [])
Returns the specified address resource. (globalAddresses.get)
Operation
insert(string $project, Address $postBody, array $optParams = [])
Creates an address resource in the specified project by using the data included in the request. (globalAddresses.insert)
AddressList
listGlobalAddresses(string $project, array $optParams = [])
Retrieves a list of global addresses. (globalAddresses.listGlobalAddresses)
Operation
move(string $project, string $address, GlobalAddressesMoveRequest $postBody, array $optParams = [])
Moves the specified address resource from one project to another project.
(globalAddresses.move)
Operation
setLabels(string $project, string $resource, GlobalSetLabelsRequest $postBody, array $optParams = [])
Sets the labels on a GlobalAddress. To learn more about labels, read the Labeling Resources documentation. (globalAddresses.setLabels)