Bare Metal Solution API (baremetalsolution:v2)

2022-08-25

2 new methods

Additions

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

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

      Parameters:

        name

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

          Required: Yes

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

          Type: string

          Location: path