NAS存储包预付费
更新时间:
接口名
CreateInstance
接口参数和取值范围
名称 | 类型 | 是否必填 | 说明 | 取值范围 |
---|---|---|---|---|
ProductCode | String | 是 | 产品代码 | naspackage |
SubscriptionType | String | 是 | 付费类型 | Subscription – 预付费 |
ClientToken | String | 否 | 客户端幂等参数 | 服务端会查询是否有相同ClientToken的请求,如果有,直接返回上次调用结果 |
RenewalStatus | String | 否 | 自动续费状态 | AutoRenewal-自动续费,ManualRenewal-手动续费;默认为手动续费 |
Period | Integer | 是 | 预付费周期 | 1,12 当创建预付费实例时,必须设置,单位为月,按年付费产品请输入12的整数倍 |
RenewPeriod | Integer | 否 | 自动续费周期,单位为月 | 当设置RenewalStatus= AutoRenewal时,必须设置 |
Parameter.1.Code | String | 是 | 可用区 | Zone |
Parameter.1.Value | String | 是 | 取值 | 参数格式:地域+可用区,比如北京可用区A:cn-beijing-a |
Parameter.2.Code | String | 是 | 协议类型 | ProtocolType |
Parameter.2.Value | String | 是 | 取值 | nfs:NFS ,smb:SMB ,nasplus:NASPlus |
Parameter.3.Code | String | 是 | 存储类型 | StorageType |
Parameter.3.Value | String | 是 | 取值 | hybrid:容量型,ssd:性能型 |
Parameter.4.Code | String | 是 | 存储包容量 | Size |
Parameter.4.Value | String | 是 | 取值 | 5,100,300,1024,2048,3072,5120,10240,15360,20480,30720,51200,102400,204800,307200,512000,1048576:单位GB |
Parameter.5.Code | String | 是 | 文件系统ID | FileSystemId |
Parameter.5.Value | String | 是 | 取值 | 取值对应创建的文件系统ID,例:008b648bcb.自动创建参数为:SELECT_TO_CREATE_NEW_VOLUME |
Parameter.6.Code | String | 是 | 地域 | Region |
Parameter.6.Value | String | 是 | 取值 | 请参见region信息 |
请求示例
https://business.aliyuncs.com/? Action=CreateInstance
&Parameter.1.Code=Zone
&Parameter.1.Value=cn-hangzhou-b
&Parameter.2.Code=ProtocolType
&Parameter.2.Value=NFS
&Parameter.3.Code=StorageType
&Parameter.3.Value=hybrid
&Parameter.4.Code=Size
&Parameter.4.Value=100
&Parameter.5.Code=FileSystemId
&Parameter.5.Value=008b648bcb
&Parameter.6.Code=Region
&Parameter.6.Value=cn-hangzhou
&Period=1
&ProductCode=naspackage
&SubscriptionType=Subscription
文档内容是否对您有帮助?