| 程序包 | 说明 |
|---|---|
| cn.ucloud.common.pojo |
| 限定符和类型 | 字段和说明 |
|---|---|
protected @NotEmpty(message="action can not be empty") String |
BaseRequestParam.action
对应的API名称,如CreateUHostInstance
|
protected String |
BaseRequestParam.projectId
optional 项目编号(子帐号用),不填写为默认项目,子帐号必须填写, 请参考GetProjectList接口
|
protected @NotEmpty(message="publicKey can not be empty") String |
BaseRequestParam.publicKey
require 用户公钥
|
protected @NotEmpty(message="signature can not be empty") String |
BaseRequestParam.signature
require 根据公钥及API指令生成的用户签名,参见https://docs.ucloud.cn/api/summary/signature
|
Copyright © 2018. All rights reserved.