NetApp API (netapp:v1beta1)

2024-11-15

7 new methods

Additions

    Methods
  • netapp.projects.locations.volumes.replications.establishPeering

      Path : v1beta1/{+name}:establishPeering

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}:establishPeering

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Establish replication peering.

  • netapp.projects.locations.volumes.replications.sync

      Path : v1beta1/{+name}:sync

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/replications/{replicationsId}:sync

      HTTP Method : POST

      Parameters :

        name

          Description : Required. The resource name of the replication, in the format of projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Syncs the replication. This will invoke one time volume data transfer from source to destination.

  • netapp.projects.locations.volumes.quotaRules.list

      Path : v1beta1/{+parent}/quotaRules

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/quotaRules

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListQuotaRulesRequest

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, the server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Returns list of all quota rules in a location.

  • netapp.projects.locations.volumes.quotaRules.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/quotaRules/{quotaRulesId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the quota rule

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Returns details of the specified quota rule.

  • netapp.projects.locations.volumes.quotaRules.create

      Path : v1beta1/{+parent}/quotaRules

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/quotaRules

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Parent value for CreateQuotaRuleRequest

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

          Location : path

          Required : Yes

          Type : string

        quotaRuleId

          Description : Required. ID of the quota rule to create. Must be unique within the parent resource. Must contain only letters, numbers, underscore and hyphen, with the first character a letter or underscore, the last a letter or underscore or a number, and a 63 character maximum.

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Creates a new quota rule.

  • netapp.projects.locations.volumes.quotaRules.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/quotaRules/{quotaRulesId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The resource name of the active directory. Format: `projects/{project_number}/locations/{location_id}/quotaRules/{quota_rule_id}`.

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. Field mask is used to specify the fields to be overwritten in the Quota Rule resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

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

      Description : Updates a quota rule.

  • netapp.projects.locations.volumes.quotaRules.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/quotaRules/{quotaRulesId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the quota rule.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Deletes a quota rule.