ProjectsLocationsNfsShares
class ProjectsLocationsNfsShares extends Resource (View source)
The "nfsShares" collection of methods.
Typical usage is:
$baremetalsolutionService = new Google\Service\Baremetalsolution(...);
$nfsShares = $baremetalsolutionService->projects_locations_nfsShares;
Methods
Delete an NFS share. The underlying volume is automatically deleted.
Get details of a single NFS share. (nfsShares.get)
List NFS shares. (nfsShares.listProjectsLocationsNfsShares)
RenameNfsShare sets a new name for an nfsshare. Use with caution, previous names become immediately invalidated. (nfsShares.rename)
Details
Operation
create(string $parent, NfsShare $postBody, array $optParams = [])
Create an NFS share. (nfsShares.create)
Operation
delete(string $name, array $optParams = [])
Delete an NFS share. The underlying volume is automatically deleted.
(nfsShares.delete)
NfsShare
get(string $name, array $optParams = [])
Get details of a single NFS share. (nfsShares.get)
ListNfsSharesResponse
listProjectsLocationsNfsShares(string $parent, array $optParams = [])
List NFS shares. (nfsShares.listProjectsLocationsNfsShares)
Operation
patch(string $name, NfsShare $postBody, array $optParams = [])
Update details of a single NFS share. (nfsShares.patch)
NfsShare
rename(string $name, RenameNfsShareRequest $postBody, array $optParams = [])
RenameNfsShare sets a new name for an nfsshare. Use with caution, previous names become immediately invalidated. (nfsShares.rename)