2022-03-06
▼ ▲ baremetalsolution.projects.locations.nfsShares.patch
Parameters :
name
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Required : Yes
Description : Output only. The name of the NFS share.
updateMask
Type : string
Format : google-fieldmask
Location : query
Description : The list of fields to update. The only currently supported fields are: `labels`
Path : v2/{+name}
Description : Update details of a single NFS share.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}
HTTP Method : PATCH
▼ ▲ baremetalsolution.projects.locations.nfsShares.list
Path : v2/{+parent}/nfsShares
Parameter Order : parent
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares
Description : List NFS shares.
HTTP Method : GET
Parameters :
pageSize
Format : int32
Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Type : string
Required : Yes
Description : Required. Parent value for ListNfsSharesRequest.
pageToken
Location : query
Type : string
Description : A token identifying a page of results from the server.
filter
Location : query
Type : string
Description : List filter.
▼ ▲ baremetalsolution.projects.locations.nfsShares.get
Path : v2/{+name}
Description : Get details of a single NFS share.
Parameter Order : name
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$
Type : string
Description : Required. Name of the resource.
Location : path
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}