ProjectsLocationsInstancesSnapshots
class ProjectsLocationsInstancesSnapshots extends Resource (View source)
The "snapshots" collection of methods.
Typical usage is:
$fileService = new Google\Service\CloudFilestore(...);
$snapshots = $fileService->projects_locations_instances_snapshots;
Methods
get(string $name, array $optParams = [])
Gets the details of a specific snapshot. (snapshots.get)
listProjectsLocationsInstancesSnapshots(string $parent, array $optParams = [])
Lists all snapshots in a project for either a specified location or for all locations. (snapshots.listProjectsLocationsInstancesSnapshots)
Details
Operation
create(string $parent, Snapshot $postBody, array $optParams = [])
Creates a snapshot. (snapshots.create)
Operation
delete(string $name, array $optParams = [])
Deletes a snapshot. (snapshots.delete)
Snapshot
get(string $name, array $optParams = [])
Gets the details of a specific snapshot. (snapshots.get)
ListSnapshotsResponse
listProjectsLocationsInstancesSnapshots(string $parent, array $optParams = [])
Lists all snapshots in a project for either a specified location or for all locations. (snapshots.listProjectsLocationsInstancesSnapshots)