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