public class DescribeImportMachineInfoRequest extends AbstractModel
Constructor and Description |
---|
DescribeImportMachineInfoRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getImportType()
Get 批量导入的数据类型:Ip、Name、Id 三选一
|
String[] |
getMachineList()
Get 服务器内网IP(默认)/ 服务器名称 / 服务器ID 数组
|
void |
setImportType(String ImportType)
Set 批量导入的数据类型:Ip、Name、Id 三选一
|
void |
setMachineList(String[] MachineList)
Set 服务器内网IP(默认)/ 服务器名称 / 服务器ID 数组
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String[] getMachineList()
public void setMachineList(String[] MachineList)
MachineList
- 服务器内网IP(默认)/ 服务器名称 / 服务器ID 数组public String getImportType()
public void setImportType(String ImportType)
ImportType
- 批量导入的数据类型:Ip、Name、Id 三选一Copyright © 2021. All rights reserved.