弹性文件服务 SFS-配额管理:响应消息

时间:2024-01-19 10:49:57

响应消息

  • 参数说明

    参数

    参数类型

    描述

    quota_set

    Object

    quota_set对象。

  • quota_set字段说明:

    参数

    参数类型

    描述

    gigabytes

    Integer

    租户允许的容量大小。

    snapshots

    Integer

    租户允许的快照数量。

    shares

    Integer

    租户允许的共享数量。

    snapshot_gigabytes

    Integer

    租户允许的快照容量大小。

    id

    String

    阈值对应租户的ID。

    share_networks

    Integer

    租户允许的共享网络数量。

  • 响应样例
    {
      "quota_set": {
        "gigabytes": -1,
        "snapshots": -1,
        "snapshot_gigabytes": -1,
        "shares": -1,
        "id": "da0f615c35eb4d72812d1547a77b5394",
        "share_networks": 10
      }
    }
support.huaweicloud.com/api-sfs/sfs_02_0032.html