public class DescribeHaVipsRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeHaVipsRequest() | 
| DescribeHaVipsRequest(DescribeHaVipsRequest 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 | getEcmRegion()Get Ecm 区域,不填代表全部区域。 | 
| Filter[] | getFilters()Get 过滤条件,参数不支持同时指定HaVipIds和Filters。
havip-id - String - HAVIP唯一ID,形如:havip-9o233uri。
havip-name - String - HAVIP名称。
vpc-id - String - HAVIP所在私有网络ID。
subnet-id - String - HAVIP所在子网ID。 | 
| String[] | getHaVipIds()Get HAVIP数组,HAVIP唯一ID,形如:havip-9o233uri。 | 
| Long | getLimit()Get 返回数量,默认值是20,最大是100。 | 
| Long | getOffset()Get 偏移量,默认值是0。 | 
| void | setEcmRegion(String EcmRegion)Set Ecm 区域,不填代表全部区域。 | 
| void | setFilters(Filter[] Filters)Set 过滤条件,参数不支持同时指定HaVipIds和Filters。
havip-id - String - HAVIP唯一ID,形如:havip-9o233uri。
havip-name - String - HAVIP名称。
vpc-id - String - HAVIP所在私有网络ID。
subnet-id - String - HAVIP所在子网ID。 | 
| void | setHaVipIds(String[] HaVipIds)Set HAVIP数组,HAVIP唯一ID,形如:havip-9o233uri。 | 
| void | setLimit(Long Limit)Set 返回数量,默认值是20,最大是100。 | 
| void | setOffset(Long Offset)Set 偏移量,默认值是0。 | 
| 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, toJsonStringpublic DescribeHaVipsRequest()
public DescribeHaVipsRequest(DescribeHaVipsRequest source)
public String[] getHaVipIds()
public void setHaVipIds(String[] HaVipIds)
HaVipIds - HAVIP数组,HAVIP唯一ID,形如:havip-9o233uri。public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters - 过滤条件,参数不支持同时指定HaVipIds和Filters。
havip-id - String - HAVIP唯一ID,形如:havip-9o233uri。
havip-name - String - HAVIP名称。
vpc-id - String - HAVIP所在私有网络ID。
subnet-id - String - HAVIP所在子网ID。public Long getOffset()
public void setOffset(Long Offset)
Offset - 偏移量,默认值是0。public Long getLimit()
public void setLimit(Long Limit)
Limit - 返回数量,默认值是20,最大是100。public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion - Ecm 区域,不填代表全部区域。Copyright © 2025. All rights reserved.