2022-08-26
▼ ▲ baremetalsolution.projects.locations.nfsShares.create
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Description : Create an NFS share.
Parameters :
parent
Location : path
Required : Yes
Description : Required. The parent project and location.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Parameter Order : parent
Path : v2/{+parent}/nfsShares
▼ ▲ baremetalsolution.projects.locations.nfsShares.delete
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
HTTP Method : DELETE
Parameter Order : name
name
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Description : Required. The name of the NFS share to delete.
Path : v2/{+name}
Description : Delete an NFS share. The underlying volume is automatically deleted.