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 存储名称。
仅支持小写英文字母、数字、中划线 “-” 及其组合;
存储命名不能以 “-” 开头或结尾;
存储命名最大长度为 64 字符。
|
String |
getStorageRegion()
Get 存储地域,必须是系统支持地域。
通过 [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) 接口可以查询到所有存储地域及已经开通存储桶的地域。
|
Long |
getSubAppId()
Get 点播专业版[应用](/document/product/266/14574) ID。
|
void |
setStorageName(String StorageName)
Set 存储名称。
仅支持小写英文字母、数字、中划线 “-” 及其组合;
存储命名不能以 “-” 开头或结尾;
存储命名最大长度为 64 字符。
|
void |
setStorageRegion(String StorageRegion)
Set 存储地域,必须是系统支持地域。
通过 [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) 接口可以查询到所有存储地域及已经开通存储桶的地域。
|
void |
setSubAppId(Long SubAppId)
Set 点播专业版[应用](/document/product/266/14574) ID。
|
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, toJsonString
public CreateStorageRequest()
public CreateStorageRequest(CreateStorageRequest source)
public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播专业版[应用](/document/product/266/14574) ID。public String getStorageRegion()
public void setStorageRegion(String StorageRegion)
StorageRegion
- 存储地域,必须是系统支持地域。
通过 [DescribeStorageRegions](https://cloud.tencent.com/document/product/266/72480) 接口可以查询到所有存储地域及已经开通存储桶的地域。public String getStorageName()
public void setStorageName(String StorageName)
StorageName
- 存储名称。
Copyright © 2025. All rights reserved.