Bare Metal Solution API (baremetalsolution:v2)

2022-03-09

3 new methods | 3 removed methods

Additions

    Methods
  • baremetalsolution.projects.locations.provisioningConfigs.create

      Parameter Order : parent

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. The parent project and location containing the ProvisioningConfig.

          Location : path

          Type : string

          Required : Yes

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

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

      Description : Create new ProvisioningConfig.

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

      Path : v2/{+parent}/provisioningConfigs

  • baremetalsolution.projects.locations.provisioningConfigs.get

      Parameters :

        name

          Description : Required. Name of the ProvisioningConfig.

          Location : path

          Required : Yes

          Type : string

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

      Description : Get ProvisioningConfig by name.

      Path : v2/{+name}

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}

      HTTP Method : GET

      Parameter Order : name

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

  • baremetalsolution.projects.locations.provisioningConfigs.patch

      HTTP Method : PATCH

      Parameter Order : name

      Path : v2/{+name}

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/provisioningConfigs/{provisioningConfigsId}

      Description : Update existing ProvisioningConfig.

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

      Parameters :

        name

          Location : path

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

          Type : string

          Required : Yes

          Description : Output only. The name of the provisioning config.

        updateMask

          Location : query

          Format : google-fieldmask

          Type : string

          Description : Required. The list of fields to update.

Deletions

    Methods
  • baremetalsolution.projects.locations.nfsShares.list

      Parameters :

        pageToken

          Location : query

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

          Type : string

        parent

          Required : Yes

          Location : path

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

          Description : Required. Parent value for ListNfsSharesRequest.

          Type : string

        filter

          Location : query

          Description : List filter.

          Type : string

        pageSize

          Type : integer

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

          Location : query

          Format : int32

      Parameter Order : parent

      HTTP Method : GET

      Description : List NFS shares.

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

      Path : v2/{+parent}/nfsShares

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

  • baremetalsolution.projects.locations.nfsShares.get

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

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

      Description : Get details of a single NFS share.

      Parameters :

        name

          Description : Required. Name of the resource.

          Type : string

          Location : path

          Required : Yes

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

      HTTP Method : GET

      Path : v2/{+name}

      Parameter Order : name

  • baremetalsolution.projects.locations.nfsShares.patch

      HTTP Method : PATCH

      Path : v2/{+name}

      Description : Update details of a single NFS share.

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

      Parameters :

        updateMask

          Location : query

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

          Format : google-fieldmask

          Type : string

        name

          Required : Yes

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

          Location : path

          Type : string

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

      Parameter Order : name

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