public class DescribeSubnetByDeviceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeSubnetByDeviceRequest() | 
| DescribeSubnetByDeviceRequest(DescribeSubnetByDeviceRequest 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 | getInstanceId()Get 物理机ID | 
| Long | getLimit()Get 查询的个数。 | 
| Long | getOffset()Get 查询的起始位置。 | 
| Long[] | getTypes()Get 子网类型。0: 物理机子网; 7: DOCKER子网 8: 虚拟子网 | 
| void | setInstanceId(String InstanceId)Set 物理机ID | 
| void | setLimit(Long Limit)Set 查询的个数。 | 
| void | setOffset(Long Offset)Set 查询的起始位置。 | 
| void | setTypes(Long[] Types)Set 子网类型。0: 物理机子网; 7: DOCKER子网 8: 虚拟子网 | 
| 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, toJsonStringpublic DescribeSubnetByDeviceRequest()
public DescribeSubnetByDeviceRequest(DescribeSubnetByDeviceRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - 物理机IDpublic Long[] getTypes()
public void setTypes(Long[] Types)
Types - 子网类型。0: 物理机子网; 7: DOCKER子网 8: 虚拟子网public Long getOffset()
public void setOffset(Long Offset)
Offset - 查询的起始位置。public Long getLimit()
public void setLimit(Long Limit)
Limit - 查询的个数。Copyright © 2025. All rights reserved.