Class DescribeHostedDeviceOutBandInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.DescribeHostedDeviceOutBandInfoRequest
-
public class DescribeHostedDeviceOutBandInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeHostedDeviceOutBandInfoRequest()DescribeHostedDeviceOutBandInfoRequest(DescribeHostedDeviceOutBandInfoRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getInstanceIds()Get 托管设备的唯一ID数组,数组个数不超过20StringgetZone()Get 可用区IDvoidsetInstanceIds(String[] InstanceIds)Set 托管设备的唯一ID数组,数组个数不超过20voidsetZone(String Zone)Set 可用区IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeHostedDeviceOutBandInfoRequest
public DescribeHostedDeviceOutBandInfoRequest()
-
DescribeHostedDeviceOutBandInfoRequest
public DescribeHostedDeviceOutBandInfoRequest(DescribeHostedDeviceOutBandInfoRequest 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.
-
-
Method Detail
-
getInstanceIds
public String[] getInstanceIds()
Get 托管设备的唯一ID数组,数组个数不超过20- Returns:
- InstanceIds 托管设备的唯一ID数组,数组个数不超过20
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 托管设备的唯一ID数组,数组个数不超过20- Parameters:
InstanceIds- 托管设备的唯一ID数组,数组个数不超过20
-
getZone
public String getZone()
Get 可用区ID- Returns:
- Zone 可用区ID
-
setZone
public void setZone(String Zone)
Set 可用区ID- Parameters:
Zone- 可用区ID
-
-