Class DescribeDhcpIpsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeDhcpIpsRequest
-
public class DescribeDhcpIpsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeDhcpIpsRequest
public DescribeDhcpIpsRequest()
-
DescribeDhcpIpsRequest
public 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.
-
-
Method Detail
-
getDhcpIpIds
public String[] getDhcpIpIds()
Get DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。- Returns:
- DhcpIpIds DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。
-
setDhcpIpIds
public void setDhcpIpIds(String[] DhcpIpIds)
Set DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。- Parameters:
DhcpIpIds
- DhcpIp实例ID。形如:dhcpip-pxir56ns。每次请求的实例的上限为100。参数不支持同时指定DhcpIpIds和Filters。
-
getFilters
public 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精确查找。
- Returns:
- Filters 过滤条件,参数不支持同时指定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精确查找。
-
setFilters
public 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精确查找。
- Parameters:
Filters
- 过滤条件,参数不支持同时指定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精确查找。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset
- 偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit
- 返回数量,默认为20,最大值为100。
-
-