文档

CPFS后付费

更新时间:
一键部署

接口名

CreateInstance

接口参数和取值范围

名称 类型 是否必填 说明 取值范围
ProductCode String 产品代码 nas
ProductType String 产品类型 nas_cpfs_post
SubscriptionType String 付费类型 PayAsYouGo – 后付费
ClientToken String 客户端幂等参数 服务端会查询是否有相同ClientToken的请求,如果有,直接返回上次调用结果
Parameter.1.Code String 可用区 Zone
Parameter.1.Value String 取值 参数格式:地域+可用区,比如北京可用区A:cn-beijing-c
Parameter.2.Code String 专有网络 VpcId
Parameter.2.Value String 取值 有效的专有网络ID
Parameter.3.Code String 类型 StorageType
Parameter.3.Value String 取值 standard : 标准型 ;advance : 高级型;
Parameter.4.Code String 容量 Size
Parameter.4.Value String 取值 2048: 2TB ; 5120: 2TB ; 10240: 10TB ; 20480: 20TB ; 30720: 30TB ; 40960:40TB ; 51200:50TB ;102400:100TB ; 153600:150TB ;204800:200TB ;512000:500TB
Parameter.5.Code String 带宽 Throughput
Parameter.5.Value String 取值 1000:1GB/s;1500:1.5GB/s;2500:2.5GB/s;5000:5GB/s;7500:7.5GB/s;10000:10GB/s
Parameter.6.Code String 虚拟交换机 SwitchId
Parameter.6.Value String 取值 虚拟交换机ID
Parameter.7.Code String 地域 Region
Parameter.7.Value String 取值 请参见DescribePricingModule接口返回的Region信息

请求示例

  1. https://business.aliyuncs.com/? Action=CreateInstance
  2. &Parameter.1.Code=Zone
  3. &Parameter.1.Value=cn-beijing-c
  4. &Parameter.2.Code=SwitchId
  5. &Parameter.2.Value=**********
  6. &Parameter.3.Code=StorageType
  7. &Parameter.3.Value=standard
  8. &Parameter.4.Code=Throughput
  9. &Parameter.4.Value=1000
  10. &Parameter.5.Code=Size
  11. &Parameter.5.Value=2048
  12. &Parameter.6.Code=VpcId
  13. &Parameter.6.Value=**********
  14. &Parameter.7.Code=Region
  15. &Parameter.7.Value=cn-beijing
  16. &ProductCode=nas
  17. &ProductType=nas_cpfs_post
  18. &SubscriptionType=PayAsYouGo
  • 本页导读 (0)
文档反馈