public class DescribeFlowLogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeFlowLogsRequest() |
DescribeFlowLogsRequest(DescribeFlowLogsRequest 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 |
getCloudLogId()
Get 流日志存储ID
|
String |
getCloudLogState()
Get 流日志存储ID状态
|
Filter |
getFilters()
Get 过滤条件,参数不支持同时指定FlowLogIds和Filters。
tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。
tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
String |
getFlowLogId()
Get 流日志唯一ID
|
String |
getFlowLogName()
Get 流日志实例名字
|
Long |
getLimit()
Get 每页行数,默认为10
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrderDirection()
Get 升序(asc)还是降序(desc),默认:desc
|
String |
getOrderField()
Get 按某个字段排序,支持字段:flowLogName,createTime,默认按createTime
|
String |
getResourceId()
Get 资源唯一ID
|
String |
getResourceType()
Get 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE
|
String |
getTrafficType()
Get 流日志采集类型,ACCEPT|REJECT|ALL
|
String |
getVpcId()
Get 私用网络ID或者统一ID,建议使用统一ID
|
void |
setCloudLogId(String CloudLogId)
Set 流日志存储ID
|
void |
setCloudLogState(String CloudLogState)
Set 流日志存储ID状态
|
void |
setFilters(Filter Filters)
Set 过滤条件,参数不支持同时指定FlowLogIds和Filters。
tag-key - String -是否必填:否- (过滤条件)按照标签键进行过滤。
tag:tag-key - String - 是否必填:否 - (过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
|
void |
setFlowLogId(String FlowLogId)
Set 流日志唯一ID
|
void |
setFlowLogName(String FlowLogName)
Set 流日志实例名字
|
void |
setLimit(Long Limit)
Set 每页行数,默认为10
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrderDirection(String OrderDirection)
Set 升序(asc)还是降序(desc),默认:desc
|
void |
setOrderField(String OrderField)
Set 按某个字段排序,支持字段:flowLogName,createTime,默认按createTime
|
void |
setResourceId(String ResourceId)
Set 资源唯一ID
|
void |
setResourceType(String ResourceType)
Set 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE
|
void |
setTrafficType(String TrafficType)
Set 流日志采集类型,ACCEPT|REJECT|ALL
|
void |
setVpcId(String VpcId)
Set 私用网络ID或者统一ID,建议使用统一ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeFlowLogsRequest()
public DescribeFlowLogsRequest(DescribeFlowLogsRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私用网络ID或者统一ID,建议使用统一IDpublic String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId
- 流日志唯一IDpublic String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- 流日志实例名字public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACEpublic String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源唯一IDpublic String getTrafficType()
public void setTrafficType(String TrafficType)
TrafficType
- 流日志采集类型,ACCEPT|REJECT|ALLpublic String getCloudLogId()
public void setCloudLogId(String CloudLogId)
CloudLogId
- 流日志存储IDpublic String getCloudLogState()
public void setCloudLogState(String CloudLogState)
CloudLogState
- 流日志存储ID状态public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 按某个字段排序,支持字段:flowLogName,createTime,默认按createTimepublic String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- 升序(asc)还是降序(desc),默认:descpublic Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页行数,默认为10public Filter getFilters()
public void setFilters(Filter Filters)
Filters
- 过滤条件,参数不支持同时指定FlowLogIds和Filters。
Copyright © 2022. All rights reserved.