Class DescribeHaVipsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeHaVipsRequest
-
public class DescribeHaVipsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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`。 vip - String - `HAVIP`的地址`VIP`。 address-ip - String - `HAVIP`绑定的弹性公网`IP`。String[]getHaVipIds()Get `HAVIP`唯一`ID`,形如:`havip-9o233uri`。LonggetLimit()Get 返回数量,默认为20,最大值为100。LonggetOffset()Get 偏移量,默认为0。voidsetFilters(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`。 vip - String - `HAVIP`的地址`VIP`。 address-ip - String - `HAVIP`绑定的弹性公网`IP`。voidsetHaVipIds(String[] HaVipIds)Set `HAVIP`唯一`ID`,形如:`havip-9o233uri`。voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。voidsetOffset(Long Offset)Set 偏移量,默认为0。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
-
DescribeHaVipsRequest
public DescribeHaVipsRequest()
-
DescribeHaVipsRequest
public 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.
-
-
Method Detail
-
getHaVipIds
public String[] getHaVipIds()
Get `HAVIP`唯一`ID`,形如:`havip-9o233uri`。- Returns:
- HaVipIds `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
-
setHaVipIds
public void setHaVipIds(String[] HaVipIds)
Set `HAVIP`唯一`ID`,形如:`havip-9o233uri`。- Parameters:
HaVipIds- `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
-
getFilters
public 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`。
- vip - String - `HAVIP`的地址`VIP`。
- address-ip - String - `HAVIP`绑定的弹性公网`IP`。
- Returns:
- Filters 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。
- havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
- havip-name - String - `HAVIP`名称。
- vpc-id - String - `HAVIP`所在私有网络`ID`。
- subnet-id - String - `HAVIP`所在子网`ID`。
- vip - String - `HAVIP`的地址`VIP`。
- address-ip - String - `HAVIP`绑定的弹性公网`IP`。
-
setFilters
public 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`。
- vip - String - `HAVIP`的地址`VIP`。
- address-ip - String - `HAVIP`绑定的弹性公网`IP`。
- Parameters:
Filters- 过滤条件,参数不支持同时指定`HaVipIds`和`Filters`。- havip-id - String - `HAVIP`唯一`ID`,形如:`havip-9o233uri`。
- havip-name - String - `HAVIP`名称。
- vpc-id - String - `HAVIP`所在私有网络`ID`。
- subnet-id - String - `HAVIP`所在子网`ID`。
- vip - String - `HAVIP`的地址`VIP`。
- address-ip - String - `HAVIP`绑定的弹性公网`IP`。
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。- Returns:
- Offset 偏移量,默认为0。
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。- Parameters:
Offset- 偏移量,默认为0。
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit- 返回数量,默认为20,最大值为100。
-
-