public class DescribeVpcIpv6AddressesRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcIpv6AddressesRequest() |
DescribeVpcIpv6AddressesRequest(DescribeVpcIpv6AddressesRequest 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[] |
getIpv6Addresses()
Get `IP`地址列表,批量查询单次请求最多支持`10`个。
|
Long |
getLimit()
Get 返回数量。
|
Long |
getOffset()
Get 偏移量。
|
String |
getVpcId()
Get `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
|
void |
setIpv6Addresses(String[] Ipv6Addresses)
Set `IP`地址列表,批量查询单次请求最多支持`10`个。
|
void |
setLimit(Long Limit)
Set 返回数量。
|
void |
setOffset(Long Offset)
Set 偏移量。
|
void |
setVpcId(String VpcId)
Set `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
|
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 DescribeVpcIpv6AddressesRequest()
public DescribeVpcIpv6AddressesRequest(DescribeVpcIpv6AddressesRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- `VPC`实例`ID`,形如:`vpc-f49l6u0z`。public String[] getIpv6Addresses()
public void setIpv6Addresses(String[] Ipv6Addresses)
Ipv6Addresses
- `IP`地址列表,批量查询单次请求最多支持`10`个。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量。Copyright © 2022. All rights reserved.