public class DescribeUsedIpAddressRequest extends AbstractModel
header, skipSign
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 List of IPs to be queried.
|
Long |
getLimit()
Get The number of returned results.
|
Long |
getOffset()
Get The offset.
|
String |
getSubnetId()
Get Subnet instance ID
|
String |
getVpcId()
Get VPC instance ID.
|
void |
setIpAddresses(String[] IpAddresses)
Set List of IPs to be queried.
|
void |
setLimit(Long Limit)
Set The number of returned results.
|
void |
setOffset(Long Offset)
Set The offset.
|
void |
setSubnetId(String SubnetId)
Set Subnet instance ID
|
void |
setVpcId(String VpcId)
Set VPC instance ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeUsedIpAddressRequest()
public DescribeUsedIpAddressRequest(DescribeUsedIpAddressRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- Subnet instance IDpublic String[] getIpAddresses()
public void setIpAddresses(String[] IpAddresses)
IpAddresses
- List of IPs to be queried. The IPs must be within the VPC or subnet. Up to 100 IPs can be queried at a time.public Long getOffset()
public void setOffset(Long Offset)
Offset
- The offset. Default value: 0public Long getLimit()
public void setLimit(Long Limit)
Limit
- The number of returned results. Default value: 20. Maximum value: 100.Copyright © 2024. All rights reserved.