public class UpdateFileSystemBandwidthLimitRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateFileSystemBandwidthLimitRequest() | 
| UpdateFileSystemBandwidthLimitRequest(UpdateFileSystemBandwidthLimitRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getBandwidthLimit()Get 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。 | 
| String | getFileSystemId()Get 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取 | 
| void | setBandwidthLimit(Long BandwidthLimit)Set 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。 | 
| void | setFileSystemId(String FileSystemId)Set 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateFileSystemBandwidthLimitRequest()
public UpdateFileSystemBandwidthLimitRequest(UpdateFileSystemBandwidthLimitRequest source)
public String getFileSystemId()
public void setFileSystemId(String FileSystemId)
FileSystemId - 文件系统 ID,可通过[DescribeCfsFileSystems](https://cloud.tencent.com/document/api/582/38170)接口获取public Long getBandwidthLimit()
public void setBandwidthLimit(Long BandwidthLimit)
BandwidthLimit - 文件系统带宽,仅吞吐型可填。单位MiB/s,最小为1GiB/s,最大200GiB/s。Copyright © 2025. All rights reserved.