Bare Metal Solution API (baremetalsolution:v2)

2022-08-26

2 removed methods

Deletions

    Methods
  • 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

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

      Parameter Order : name

      Parameters :

        name

          Type : string

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

          Description : Required. The name of the NFS share to delete.

          Required : Yes

          Location : path

      Path : v2/{+name}

      Description : Delete an NFS share. The underlying volume is automatically deleted.