public class DescribeDhcpIpsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDhcpIpsRequest() |
DescribeDhcpIpsRequest(DescribeDhcpIpsRequest 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[] |
getDhcpIpIds()
Get DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。
|
Filter[] |
getFilters()
Get 过滤条件,参数不支持同时指定DhcpIpIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。
dhcpip-id - String - (过滤条件)DhcpIp实例ID,形如:dhcpip-pxir56ns。
dhcpip-name - String - (过滤条件)DhcpIp实例名称。
address-ip - String - (过滤条件)DhcpIp实例的IP,根据IP精确查找。
|
Long |
getLimit()
Get 返回数量,默认为20,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setDhcpIpIds(String[] DhcpIpIds)
Set DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,参数不支持同时指定DhcpIpIds和Filters。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。
dhcpip-id - String - (过滤条件)DhcpIp实例ID,形如:dhcpip-pxir56ns。
dhcpip-name - String - (过滤条件)DhcpIp实例名称。
address-ip - String - (过滤条件)DhcpIp实例的IP,根据IP精确查找。
|
void |
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribeDhcpIpsRequest()
public DescribeDhcpIpsRequest(DescribeDhcpIpsRequest source)
public String[] getDhcpIpIds()
public void setDhcpIpIds(String[] DhcpIpIds)
DhcpIpIds
- DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,参数不支持同时指定DhcpIpIds和Filters。
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。Copyright © 2022. All rights reserved.