Class DescribeVpcPrivateIpAddressesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeVpcPrivateIpAddressesRequest
-
public class DescribeVpcPrivateIpAddressesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeVpcPrivateIpAddressesRequest()DescribeVpcPrivateIpAddressesRequest(DescribeVpcPrivateIpAddressesRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getPrivateIpAddresses()Get 内网`IP`地址列表,批量查询单次请求最多支持`10`个。StringgetVpcId()Get `VPC`实例`ID`,形如:`vpc-f49l6u0z`。voidsetPrivateIpAddresses(String[] PrivateIpAddresses)Set 内网`IP`地址列表,批量查询单次请求最多支持`10`个。voidsetVpcId(String VpcId)Set `VPC`实例`ID`,形如:`vpc-f49l6u0z`。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeVpcPrivateIpAddressesRequest
public DescribeVpcPrivateIpAddressesRequest()
-
DescribeVpcPrivateIpAddressesRequest
public DescribeVpcPrivateIpAddressesRequest(DescribeVpcPrivateIpAddressesRequest 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.
-
-
Method Detail
-
getVpcId
public String getVpcId()
Get `VPC`实例`ID`,形如:`vpc-f49l6u0z`。- Returns:
- VpcId `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
-
setVpcId
public void setVpcId(String VpcId)
Set `VPC`实例`ID`,形如:`vpc-f49l6u0z`。- Parameters:
VpcId- `VPC`实例`ID`,形如:`vpc-f49l6u0z`。
-
getPrivateIpAddresses
public String[] getPrivateIpAddresses()
Get 内网`IP`地址列表,批量查询单次请求最多支持`10`个。- Returns:
- PrivateIpAddresses 内网`IP`地址列表,批量查询单次请求最多支持`10`个。
-
setPrivateIpAddresses
public void setPrivateIpAddresses(String[] PrivateIpAddresses)
Set 内网`IP`地址列表,批量查询单次请求最多支持`10`个。- Parameters:
PrivateIpAddresses- 内网`IP`地址列表,批量查询单次请求最多支持`10`个。
-
-