PacketMirrorings
class PacketMirrorings extends Resource (View source)
The "packetMirrorings" collection of methods.
Typical usage is:
$computeService = new Google\Service\Compute(...);
$packetMirrorings = $computeService->packetMirrorings;
Methods
Retrieves an aggregated list of packetMirrorings. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
Deletes the specified PacketMirroring resource. (packetMirrorings.delete)
Returns the specified PacketMirroring resource. (packetMirrorings.get)
Creates a PacketMirroring resource in the specified project and region using the data included in the request. (packetMirrorings.insert)
Retrieves a list of PacketMirroring resources available to the specified project and region. (packetMirrorings.listPacketMirrorings)
Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (packetMirrorings.patch)
Returns permissions that a caller has on the specified resource.
Details
PacketMirroringAggregatedList
aggregatedList(string $project, array $optParams = [])
Retrieves an aggregated list of packetMirrorings. To prevent failure, Google
recommends that you set the returnPartialSuccess
parameter to true
.
(packetMirrorings.aggregatedList)
Operation
delete(string $project, string $region, string $packetMirroring, array $optParams = [])
Deletes the specified PacketMirroring resource. (packetMirrorings.delete)
PacketMirroring
get(string $project, string $region, string $packetMirroring, array $optParams = [])
Returns the specified PacketMirroring resource. (packetMirrorings.get)
Operation
insert(string $project, string $region, PacketMirroring $postBody, array $optParams = [])
Creates a PacketMirroring resource in the specified project and region using the data included in the request. (packetMirrorings.insert)
PacketMirroringList
listPacketMirrorings(string $project, string $region, array $optParams = [])
Retrieves a list of PacketMirroring resources available to the specified project and region. (packetMirrorings.listPacketMirrorings)
Operation
patch(string $project, string $region, string $packetMirroring, PacketMirroring $postBody, array $optParams = [])
Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules. (packetMirrorings.patch)
TestPermissionsResponse
testIamPermissions(string $project, string $region, string $resource, TestPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource.
(packetMirrorings.testIamPermissions)