public class CreateStorageRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateStorageRequest()  | 
CreateStorageRequest(CreateStorageRequest 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 | 
|---|---|
String | 
getStorageName()
Get The name of the storage. 
 | 
String | 
getStorageRegion()
Get Storage region, which must be a region supported by the system. 
 | 
Long | 
getSubAppId()
Get The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977). 
 | 
void | 
setStorageName(String StorageName)
Set The name of the storage. 
 | 
void | 
setStorageRegion(String StorageRegion)
Set Storage region, which must be a region supported by the system. 
 | 
void | 
setSubAppId(Long SubAppId)
Set The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977). 
 | 
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 CreateStorageRequest()
public CreateStorageRequest(CreateStorageRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The ID of [VOD Professional Application](http://tencentcloud.com/document/product/266/67977).public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion - Storage region, which must be a region supported by the system. All storage regions and the regions where storage buckets have already been enabled can be queried using the [DescribeStorageRegions](https://www.tencentcloud.com/document/product/266/46542) API.public String getStorageName()
public void setStorageName(String StorageName)
StorageName - The name of the storage.
Copyright © 2025. All rights reserved.