Bare Metal Solution API (baremetalsolution:v2)

2023-03-13

3 new methods

Additions

    Methods
  • baremetalsolution.projects.locations.volumes.rename

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}:rename

      Parameters :

        name

          Location : path

          Type : string

          Description : Required. The `name` field is used to identify the volume. Format: projects/{project}/locations/{location}/volumes/{volume}

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

          Required : Yes

      HTTP Method : POST

      Parameter Order : name

      Description : RenameVolume sets a new name for a volume. Use with caution, previous names become immediately invalidated.

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

      Path : v2/{+name}:rename

  • baremetalsolution.projects.locations.nfsshares.rename

      Parameter Order : name

      Description : RenameNfsShare sets a new name for an nfsshare. Use with caution, previous names become immediately invalidated.

      Parameters :

        name

          Description : Required. The `name` field is used to identify the nfsshare. Format: projects/{project}/locations/{location}/nfsshares/{nfsshare}

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

          Type : string

          Location : path

          Required : Yes

      Path : v2/{+name}:rename

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

      HTTP Method : POST

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/nfsshares/{nfssharesId}:rename

  • baremetalsolution.projects.locations.networks.rename

      Parameter Order : name

      Path : v2/{+name}:rename

      Description : RenameNetwork sets a new name for a network. Use with caution, previous names become immediately invalidated.

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

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/networks/{networksId}:rename

      Parameters :

        name

          Type : string

          Description : Required. The `name` field is used to identify the network. Format: projects/{project}/locations/{location}/networks/{network}

          Location : path

          Required : Yes

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

      HTTP Method : POST