Class DescribeClassicLinkInstancesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeClassicLinkInstancesRequest
-
public class DescribeClassicLinkInstancesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeClassicLinkInstancesRequest()DescribeClassicLinkInstancesRequest(DescribeClassicLinkInstancesRequest 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 FilterObject[]getFilters()Get 过滤条件。 vpc-id - String - (过滤条件)VPC实例ID。 vm-ip - String - (过滤条件)基础网络云服务器IP。StringgetLimit()Get 返回数量,默认为20,最大值为100。StringgetOffset()Get 偏移量,默认值0。voidsetFilters(FilterObject[] Filters)Set 过滤条件。 vpc-id - String - (过滤条件)VPC实例ID。 vm-ip - String - (过滤条件)基础网络云服务器IP。voidsetLimit(String Limit)Set 返回数量,默认为20,最大值为100。voidsetOffset(String 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
-
DescribeClassicLinkInstancesRequest
public DescribeClassicLinkInstancesRequest()
-
DescribeClassicLinkInstancesRequest
public DescribeClassicLinkInstancesRequest(DescribeClassicLinkInstancesRequest 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
-
getFilters
public FilterObject[] getFilters()
Get 过滤条件。- vpc-id - String - (过滤条件)VPC实例ID。
- vm-ip - String - (过滤条件)基础网络云服务器IP。
- Returns:
- Filters 过滤条件。
- vpc-id - String - (过滤条件)VPC实例ID。
- vm-ip - String - (过滤条件)基础网络云服务器IP。
-
setFilters
public void setFilters(FilterObject[] Filters)
Set 过滤条件。- vpc-id - String - (过滤条件)VPC实例ID。
- vm-ip - String - (过滤条件)基础网络云服务器IP。
- Parameters:
Filters- 过滤条件。- vpc-id - String - (过滤条件)VPC实例ID。
- vm-ip - String - (过滤条件)基础网络云服务器IP。
-
getOffset
public String getOffset()
Get 偏移量,默认值0。- Returns:
- Offset 偏移量,默认值0。
-
setOffset
public void setOffset(String Offset)
Set 偏移量,默认值0。- Parameters:
Offset- 偏移量,默认值0。
-
getLimit
public String getLimit()
Get 返回数量,默认为20,最大值为100。- Returns:
- Limit 返回数量,默认为20,最大值为100。
-
setLimit
public void setLimit(String Limit)
Set 返回数量,默认为20,最大值为100。- Parameters:
Limit- 返回数量,默认为20,最大值为100。
-
-