Class DescribeGatewayFlowQosRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeGatewayFlowQosRequest
-
public class DescribeGatewayFlowQosRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeGatewayFlowQosRequest()DescribeGatewayFlowQosRequest(DescribeGatewayFlowQosRequest 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 StringgetGatewayId()Get 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。String[]getIpAddresses()Get 限流的云服务器内网IP。LonggetLimit()Get 返回数量,默认为20,最大值为100。LonggetOffset()Get 偏移量,默认为0。voidsetGatewayId(String GatewayId)Set 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。voidsetIpAddresses(String[] IpAddresses)Set 限流的云服务器内网IP。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
-
DescribeGatewayFlowQosRequest
public DescribeGatewayFlowQosRequest()
-
DescribeGatewayFlowQosRequest
public DescribeGatewayFlowQosRequest(DescribeGatewayFlowQosRequest 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
-
getGatewayId
public String getGatewayId()
Get 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。- Returns:
- GatewayId 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。
-
setGatewayId
public void setGatewayId(String GatewayId)
Set 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。- Parameters:
GatewayId- 网关实例ID,目前我们支持的网关实例类型有, 专线网关实例ID,形如,`dcg-ltjahce6`; Nat网关实例ID,形如,`nat-ltjahce6`; VPN网关实例ID,形如,`vpn-ltjahce6`。
-
getIpAddresses
public String[] getIpAddresses()
Get 限流的云服务器内网IP。- Returns:
- IpAddresses 限流的云服务器内网IP。
-
setIpAddresses
public void setIpAddresses(String[] IpAddresses)
Set 限流的云服务器内网IP。- Parameters:
IpAddresses- 限流的云服务器内网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。
-
-