public class DescribeVpcIpv6AddressesRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcIpv6AddressesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getIpv6Addresses()
Get The `IP` address list.
|
Long |
getLimit()
Get The returned quantity.
|
Long |
getOffset()
Get Offset.
|
String |
getVpcId()
Get The `ID` of the `VPC`, such as `vpc-f49l6u0z`.
|
void |
setIpv6Addresses(String[] Ipv6Addresses)
Set The `IP` address list.
|
void |
setLimit(Long Limit)
Set The returned quantity.
|
void |
setOffset(Long Offset)
Set Offset.
|
void |
setVpcId(String VpcId)
Set The `ID` of the `VPC`, such as `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 String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The `ID` of the `VPC`, such as `vpc-f49l6u0z`.public String[] getIpv6Addresses()
public void setIpv6Addresses(String[] Ipv6Addresses)
Ipv6Addresses
- The `IP` address list. Each request supports a maximum of `10` batch querying.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset.public Long getLimit()
public void setLimit(Long Limit)
Limit
- The returned quantity.Copyright © 2020. All rights reserved.