public class ProgramFpgaImageRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProgramFpgaImageRequest() |
ProgramFpgaImageRequest(ProgramFpgaImageRequest 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[] |
getDBDFs()
Get 实例上FPGA卡的DBDF号,不填默认烧录FPGA镜像到实例所拥有的所有FPGA卡。
|
Boolean |
getDryRun()
Get 试运行,不会执行实际的烧录动作,默认为False。
|
String |
getFPGAUrl()
Get FPGA镜像文件的COS URL地址。
|
String |
getInstanceId()
Get 实例的ID信息。
|
void |
setDBDFs(String[] DBDFs)
Set 实例上FPGA卡的DBDF号,不填默认烧录FPGA镜像到实例所拥有的所有FPGA卡。
|
void |
setDryRun(Boolean DryRun)
Set 试运行,不会执行实际的烧录动作,默认为False。
|
void |
setFPGAUrl(String FPGAUrl)
Set FPGA镜像文件的COS URL地址。
|
void |
setInstanceId(String InstanceId)
Set 实例的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 ProgramFpgaImageRequest()
public ProgramFpgaImageRequest(ProgramFpgaImageRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例的ID信息。public String getFPGAUrl()
public void setFPGAUrl(String FPGAUrl)
FPGAUrl
- FPGA镜像文件的COS URL地址。public String[] getDBDFs()
public void setDBDFs(String[] DBDFs)
DBDFs
- 实例上FPGA卡的DBDF号,不填默认烧录FPGA镜像到实例所拥有的所有FPGA卡。public Boolean getDryRun()
public void setDryRun(Boolean DryRun)
DryRun
- 试运行,不会执行实际的烧录动作,默认为False。Copyright © 2024. All rights reserved.