public class DescribeFlowLogsRequest extends AbstractModel
skipSign
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 |
getCloudLogRegion()
Get 流日志存储ID对应的地域信息。
|
String |
getCloudLogState()
Get 流日志存储ID状态。
|
Filter |
getFilters()
Get 过滤条件,参数不支持同时指定FlowLogId和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 |
setCloudLogRegion(String CloudLogRegion)
Set 流日志存储ID对应的地域信息。
|
void |
setCloudLogState(String CloudLogState)
Set 流日志存储ID状态。
|
void |
setFilters(Filter Filters)
Set 过滤条件,参数不支持同时指定FlowLogId和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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFlowLogsRequest()
public DescribeFlowLogsRequest(DescribeFlowLogsRequest source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私用网络ID或者统一ID,建议使用统一ID。public String getFlowLogId()
public void setFlowLogId(String FlowLogId)
FlowLogId
- 流日志唯一ID。public String getFlowLogName()
public void setFlowLogName(String FlowLogName)
FlowLogName
- 流日志实例名字。public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType
- 流日志所属资源类型,VPC|SUBNET|NETWORKINTERFACE。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源唯一ID。public String getTrafficType()
public void setTrafficType(String TrafficType)
TrafficType
- 流日志采集类型,ACCEPT|REJECT|ALL。public String getCloudLogId()
public void setCloudLogId(String CloudLogId)
CloudLogId
- 流日志存储ID。public String getCloudLogState()
public void setCloudLogState(String CloudLogState)
CloudLogState
- 流日志存储ID状态。public String getOrderField()
public void setOrderField(String OrderField)
OrderField
- 按某个字段排序,支持字段:flowLogName,createTime,默认按createTime。public String getOrderDirection()
public void setOrderDirection(String OrderDirection)
OrderDirection
- 升序(asc)还是降序(desc),默认:desc。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 每页行数,默认为10。public Filter getFilters()
public void setFilters(Filter Filters)
Filters
- 过滤条件,参数不支持同时指定FlowLogId和Filters。
public String getCloudLogRegion()
public void setCloudLogRegion(String CloudLogRegion)
CloudLogRegion
- 流日志存储ID对应的地域信息。Copyright © 2023. All rights reserved.