public class DescribeVpcPrivateIpAddressesRequest extends AbstractModel
Constructor and Description |
---|
DescribeVpcPrivateIpAddressesRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getPrivateIpAddresses()
Get The private `IP` address list.
|
String |
getVpcId()
Get The `ID` of the `VPC`, such as `vpc-f49l6u0z`.
|
void |
setPrivateIpAddresses(String[] PrivateIpAddresses)
Set The private `IP` address list.
|
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 DescribeVpcPrivateIpAddressesRequest()
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The `ID` of the `VPC`, such as `vpc-f49l6u0z`.public String[] getPrivateIpAddresses()
public void setPrivateIpAddresses(String[] PrivateIpAddresses)
PrivateIpAddresses
- The private `IP` address list. Each request supports a maximum of `10` batch querying.Copyright © 2020. All rights reserved.