Bare Metal Solution API (baremetalsolution:v2)

2022-03-05

3 removed methods

Deletions

    Methods
  • baremetalsolution.projects.locations.nfsShares.get

      Path : v2/{+name}

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$

          Location : path

          Type : string

          Description : Required. Name of the resource.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      HTTP Method : GET

      Parameter Order : name

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

      Description : Get details of a single NFS share.

  • baremetalsolution.projects.locations.nfsShares.patch

      Parameter Order : name

      Parameters :

        updateMask

          Type : string

          Format : google-fieldmask

          Location : query

          Description : The list of fields to update. The only currently supported fields are: `labels`

        name

          Location : path

          Description : Output only. The name of the NFS share.

          Pattern : ^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$

          Type : string

          Required : Yes

      HTTP Method : PATCH

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}

      Path : v2/{+name}

      Description : Update details of a single NFS share.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • baremetalsolution.projects.locations.nfsShares.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : parent

      HTTP Method : GET

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsShares

      Parameters :

        parent

          Description : Required. Parent value for ListNfsSharesRequest.

          Type : string

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Required : Yes

        filter

          Type : string

          Location : query

          Description : List filter.

        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

        pageToken

          Location : query

          Type : string

          Description : A token identifying a page of results from the server.

      Path : v2/{+parent}/nfsShares

      Description : List NFS shares.