public class DescribeReserveIpAddressesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeReserveIpAddressesRequest() |
DescribeReserveIpAddressesRequest(DescribeReserveIpAddressesRequest 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 |
---|---|
Filter[] |
getFilters()
Get 过滤条件,参数不支持同时指定ReserveIpIds和Filters。
reserve-ip-id - String - (过滤条件)内网保留 IP唯一 ID,形如:rsvip-pvqgv9vi。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。
address-ip - String - (过滤条件)内网保留 IP 地址,形如:192.168.0.10。
ip-type - String - (过滤条件)业务类型 ipType,0。
name - String - (过滤条件)名称。
state - String - (过滤条件)状态,可选值:Bind, UnBind。
resource-id - String - (过滤条件)绑定的实例资源,形如:eni-059qmnif。
tag-key - String -(过滤条件)按照标签键进行过滤。
tag:tag-key - String - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
Long |
getLimit()
Get 请求对象个数。
|
Long |
getOffset()
Get 偏移量。
|
String[] |
getReserveIpIds()
Get 内网保留IP唯一ID 列表
|
void |
setFilters(Filter[] Filters)
Set 过滤条件,参数不支持同时指定ReserveIpIds和Filters。
reserve-ip-id - String - (过滤条件)内网保留 IP唯一 ID,形如:rsvip-pvqgv9vi。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。
address-ip - String - (过滤条件)内网保留 IP 地址,形如:192.168.0.10。
ip-type - String - (过滤条件)业务类型 ipType,0。
name - String - (过滤条件)名称。
state - String - (过滤条件)状态,可选值:Bind, UnBind。
resource-id - String - (过滤条件)绑定的实例资源,形如:eni-059qmnif。
tag-key - String -(过滤条件)按照标签键进行过滤。
tag:tag-key - String - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
void |
setLimit(Long Limit)
Set 请求对象个数。
|
void |
setOffset(Long Offset)
Set 偏移量。
|
void |
setReserveIpIds(String[] ReserveIpIds)
Set 内网保留IP唯一ID 列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeReserveIpAddressesRequest()
public DescribeReserveIpAddressesRequest(DescribeReserveIpAddressesRequest source)
public String[] getReserveIpIds()
public void setReserveIpIds(String[] ReserveIpIds)
ReserveIpIds
- 内网保留IP唯一ID 列表public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 过滤条件,参数不支持同时指定ReserveIpIds和Filters。
reserve-ip-id - String - (过滤条件)内网保留 IP唯一 ID,形如:rsvip-pvqgv9vi。
vpc-id - String - (过滤条件)VPC实例ID,形如:vpc-f49l6u0z。
subnet-id - String - (过滤条件)所属子网实例ID,形如:subnet-f49l6u0z。
address-ip - String - (过滤条件)内网保留 IP 地址,形如:192.168.0.10。
ip-type - String - (过滤条件)业务类型 ipType,0。
name - String - (过滤条件)名称。
state - String - (过滤条件)状态,可选值:Bind, UnBind。
resource-id - String - (过滤条件)绑定的实例资源,形如:eni-059qmnif。
tag-key - String -(过滤条件)按照标签键进行过滤。
tag:tag-key - String - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 请求对象个数。Copyright © 2024. All rights reserved.