public class StorageOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StorageOption() | 
| StorageOption(StorageOption 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 | getCapacity()Get CFS capacity in GiB, required for the Turbo series
- Standard Turbo has a minimum capacity of 40 TiB, or 40,960 GiB; the capacity expansion step is 20 TiB, or 20,480 GiB. | 
| String | getStorageType()Get CFS type. | 
| String | getZone()Get CFS availability zone | 
| void | setCapacity(Long Capacity)Set CFS capacity in GiB, required for the Turbo series
- Standard Turbo has a minimum capacity of 40 TiB, or 40,960 GiB; the capacity expansion step is 20 TiB, or 20,480 GiB. | 
| void | setStorageType(String StorageType)Set CFS type. | 
| void | setZone(String Zone)Set CFS availability zone | 
| 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 StorageOption()
public StorageOption(StorageOption source)
public String getStorageType()
public void setStorageType(String StorageType)
StorageType - CFS type. Valid values:
- SD: standard
- HP: high-performance
- TB: standard Turbo
- TP: high-performance Turbopublic String getZone()
public void setZone(String Zone)
Zone - CFS availability zonepublic Long getCapacity()
public void setCapacity(Long Capacity)
Capacity - CFS capacity in GiB, required for the Turbo series
- Standard Turbo has a minimum capacity of 40 TiB, or 40,960 GiB; the capacity expansion step is 20 TiB, or 20,480 GiB.
- High-performance Turbo has a minimum capacity of 20 TiB, or 20,480 GiB; the capacity expansion step is 10 TiB, or 10,240 GiB.Copyright © 2025. All rights reserved.