Cloud Filestore API (file:v1)

2025-12-13

2 new methods

Additions

    Methods
  • file.projects.locations.instances.resumeReplica

      Description : Resume the standby instance (replica). WARNING: Any data written to the standby instance while paused will be lost when the replica is resumed.

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:resumeReplica

      Path : v1/{+name}:resumeReplica

      Parameters :

        name

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

          Required : Yes

          Description : Required. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.

          Type : string

          Location : path

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

      HTTP Method : POST

  • file.projects.locations.instances.pauseReplica

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

      Parameters :

        name

          Type : string

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

          Required : Yes

          Description : Required. The resource name of the instance, in the format `projects/{project_id}/locations/{location_id}/instances/{instance_id}`.

          Location : path

      Parameter Order : name

      Description : Pause the standby instance (replica). WARNING: This operation makes the standby instance's NFS filesystem writable. Any data written to the standby instance while paused will be lost when the replica is resumed or promoted.

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:pauseReplica

      Path : v1/{+name}:pauseReplica

      HTTP Method : POST