Bare Metal Solution API (baremetalsolution:v2)

2022-02-26

3 new methods

Additions

    Methods
  • baremetalsolution.projects.locations.nfsShares.get

      Path : v2/{+name}

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

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

      Parameter Order : name

      HTTP Method : GET

      Description : Get details of a single NFS share.

      Parameters :

        name

          Location : path

          Description : Required. Name of the resource.

          Required : Yes

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

          Type : string

  • baremetalsolution.projects.locations.nfsShares.list

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

      HTTP Method : GET

      Description : List NFS shares.

      Path : v2/{+parent}/nfsShares

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

      Parameter Order : parent

      Parameters :

        filter

          Location : query

          Description : List filter.

          Type : string

        parent

          Required : Yes

          Type : string

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

          Location : path

          Description : Required. Parent value for ListNfsSharesRequest.

        pageSize

          Location : query

          Type : integer

          Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.

          Format : int32

        pageToken

          Type : string

          Location : query

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

  • baremetalsolution.projects.locations.nfsShares.patch

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

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

      Description : Update details of a single NFS share.

      Path : v2/{+name}

      HTTP Method : PATCH

      Parameter Order : name

      Parameters :

        name

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

          Type : string

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

          Required : Yes

          Location : path

        updateMask

          Format : google-fieldmask

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

          Location : query

          Type : string