public class DescribeUsedIpAddressRequest extends AbstractModel
Constructor and Description |
---|
DescribeUsedIpAddressRequest() |
DescribeUsedIpAddressRequest(DescribeUsedIpAddressRequest 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[] |
getIpAddresses()
Get 查询是否占用的ip列表
|
Long |
getLimit()
Get 请求对象个数。
|
Long |
getOffset()
Get 偏移量。
|
String |
getSubnetId()
Get 子网实例ID。
|
String |
getVpcId()
Get VPC实例ID。
|
void |
setIpAddresses(String[] IpAddresses)
Set 查询是否占用的ip列表
|
void |
setLimit(Long Limit)
Set 请求对象个数。
|
void |
setOffset(Long Offset)
Set 偏移量。
|
void |
setSubnetId(String SubnetId)
Set 子网实例ID。
|
void |
setVpcId(String VpcId)
Set VPC实例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 DescribeUsedIpAddressRequest()
public DescribeUsedIpAddressRequest(DescribeUsedIpAddressRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC实例ID。public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- 子网实例ID。public String[] getIpAddresses()
public void setIpAddresses(String[] IpAddresses)
IpAddresses
- 查询是否占用的ip列表public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 请求对象个数。Copyright © 2023. All rights reserved.