Bare Metal Solution API (baremetalsolution:v2)

2022-03-11

3 new methods | 3 removed methods

Additions

    Methods
  • baremetalsolution.projects.locations.nfsShares.get

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

      Parameters:

        name

          Required: Yes

          Type: string

          Description: Required. Name of the resource.

          Location: path

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

      Path: v2/{+name}

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

      Description: Get details of a single NFS share.

      HTTP Method: GET

      Parameter Order: name

  • baremetalsolution.projects.locations.nfsShares.patch

      Description: Update details of a single NFS share.

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

      Parameter Order: name

      Parameters:

        updateMask

          Type: string

          Format: google-fieldmask

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

          Location: query

        name

          Required: Yes

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

          Type: string

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

          Location: path

      Path: v2/{+name}

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

      HTTP Method: PATCH

  • baremetalsolution.projects.locations.nfsShares.list

      HTTP Method: GET

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

      Description: List NFS shares.

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

      Path: v2/{+parent}/nfsShares

      Parameters:

        filter

          Location: query

          Type: string

          Description: List filter.

        pageToken

          Location: query

          Type: string

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

        pageSize

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

          Location: query

          Format: int32

          Type: integer

        parent

          Required: Yes

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

          Type: string

          Description: Required. Parent value for ListNfsSharesRequest.

          Location: path

      Parameter Order: parent

Deletions

    Methods
  • baremetalsolution.projects.locations.provisioningConfigs.create

      Parameter Order: parent

      Description: Create new ProvisioningConfig.

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

      Path: v2/{+parent}/provisioningConfigs

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

      HTTP Method: POST

      Parameters:

        parent

          Location: path

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

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

          Type: string

          Required: Yes

  • baremetalsolution.projects.locations.provisioningConfigs.get

      Description: Get ProvisioningConfig by name.

      Parameters:

        name

          Type: string

          Location: path

          Description: Required. Name of the ProvisioningConfig.

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

          Required: Yes

      Parameter Order: name

      Path: v2/{+name}

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

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

      HTTP Method: GET

  • baremetalsolution.projects.locations.provisioningConfigs.patch

      Parameter Order: name

      Description: Update existing ProvisioningConfig.

      HTTP Method: PATCH

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

      Parameters:

        updateMask

          Location: query

          Type: string

          Format: google-fieldmask

          Description: Required. The list of fields to update.

        name

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

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

          Required: Yes

          Type: string

          Location: path

      Path: v2/{+name}

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