public class DescribeFlowLogsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeFlowLogsRequest.DescribeFlowLogsRequestTags |
限定符和类型 | 字段和说明 |
---|---|
String |
description
The description of the flow log.
|
String |
flowLogId
The ID of the flow log.
|
String |
flowLogName
The name of the flow log.
|
String |
logStoreName
The Logstore that stores the captured traffic data.
|
String |
ownerAccount |
Long |
ownerId |
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
projectName
The project that manages the captured traffic data.
|
String |
regionId
The region ID of the flow log.
|
String |
resourceGroupId
The ID of the resource group to which the flow log belongs.
|
String |
resourceId
The ID of the resource from which traffic is captured.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
resourceType
The type of resource from which traffic is captured.
|
String |
status
The status of the flow log.
|
List<DescribeFlowLogsRequest.DescribeFlowLogsRequestTags> |
tags
The list of tags.
|
String |
trafficType
The type of traffic that is captured.
|
String |
vpcId
The ID of the VPC to which the flow log belongs.
|
构造器和说明 |
---|
DescribeFlowLogsRequest() |
@NameInMap(value="Description") public String description
The description of the flow log.
The description must be 1 to 256 characters in length, and cannot start with http://
or https://
.
This is my Flowlog.
@NameInMap(value="FlowLogId") public String flowLogId
The ID of the flow log.
example:fl-bp1f6qqhsrc2c12ta****
@NameInMap(value="FlowLogName") public String flowLogName
The name of the flow log.
The name must be 1 to 128 characters in length, and cannot start with http://
or https://
.
myFlowlog
@NameInMap(value="LogStoreName") public String logStoreName
The Logstore that stores the captured traffic data.
example:FlowLogStore
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return. Default value: 1.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page. Maximum value: 50. Default value: 20.
example:20
@NameInMap(value="ProjectName") public String projectName
The project that manages the captured traffic data.
example:FlowLogProject
@NameInMap(value="RegionId") public String regionId
The region ID of the flow log.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group to which the flow log belongs.
example:rg-bp67acfmxazb4ph****
@NameInMap(value="ResourceId") public String resourceId
The ID of the resource from which traffic is captured.
example:eni-askldfas****
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="ResourceType") public String resourceType
The type of resource from which traffic is captured. Valid values:
NetworkInterface
@NameInMap(value="Status") public String status
The status of the flow log. Valid values:
Active
@NameInMap(value="Tags") public List<DescribeFlowLogsRequest.DescribeFlowLogsRequestTags> tags
The list of tags.
@NameInMap(value="TrafficType") public String trafficType
The type of traffic that is captured. Valid values:
All
@NameInMap(value="VpcId") public String vpcId
The ID of the VPC to which the flow log belongs.
example:vpc-bp1nwd16gvo1wgs****
public static DescribeFlowLogsRequest build(Map<String,?> map) throws Exception
Exception
public DescribeFlowLogsRequest setDescription(String description)
public String getDescription()
public DescribeFlowLogsRequest setFlowLogId(String flowLogId)
public String getFlowLogId()
public DescribeFlowLogsRequest setFlowLogName(String flowLogName)
public String getFlowLogName()
public DescribeFlowLogsRequest setLogStoreName(String logStoreName)
public String getLogStoreName()
public DescribeFlowLogsRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeFlowLogsRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeFlowLogsRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeFlowLogsRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeFlowLogsRequest setProjectName(String projectName)
public String getProjectName()
public DescribeFlowLogsRequest setRegionId(String regionId)
public String getRegionId()
public DescribeFlowLogsRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public DescribeFlowLogsRequest setResourceId(String resourceId)
public String getResourceId()
public DescribeFlowLogsRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeFlowLogsRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeFlowLogsRequest setResourceType(String resourceType)
public String getResourceType()
public DescribeFlowLogsRequest setStatus(String status)
public String getStatus()
public DescribeFlowLogsRequest setTags(List<DescribeFlowLogsRequest.DescribeFlowLogsRequestTags> tags)
public List<DescribeFlowLogsRequest.DescribeFlowLogsRequestTags> getTags()
public DescribeFlowLogsRequest setTrafficType(String trafficType)
public String getTrafficType()
public DescribeFlowLogsRequest setVpcId(String vpcId)
public String getVpcId()
Copyright © 2024. All rights reserved.