FlowLogsProps
Properties for defining a FlowLogs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-flowlogs
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new FlowLogsProps {
object Description = null,
object FlowLogId = null,
object FlowLogName = null,
object LogStoreName = null,
object ProjectName = null,
object RefreshOptions = null,
object ResourceId = null,
object ResourceType = null,
object TrafficType = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
Property description: The description of the flow log. |
FlowLogId |
object |
Property flowLogId: The ID of a flow log. |
FlowLogName |
object |
Property flowLogName: The name of the flow log. |
LogStoreName |
object |
Property logStoreName: A LogStore that stores captured traffic. |
ProjectName |
object |
Property projectName: Manage the captured traffic of the Project. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceId |
object |
Property resourceId: The ID of the resource group to which the flow log belongs. |
ResourceType |
object |
Property resourceType: The resource type of traffic to capture. |
TrafficType |
object |
Property trafficType: The type of traffic collected. |
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the flow log.
FlowLogId
Optional
public object FlowLogId { get; set; }
- Type: object
Property flowLogId: The ID of a flow log.
FlowLogName
Optional
public object FlowLogName { get; set; }
- Type: object
Property flowLogName: The name of the flow log.
LogStoreName
Optional
public object LogStoreName { get; set; }
- Type: object
Property logStoreName: A LogStore that stores captured traffic.
ProjectName
Optional
public object ProjectName { get; set; }
- Type: object
Property projectName: Manage the captured traffic of the Project.
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceId
Optional
public object ResourceId { get; set; }
- Type: object
Property resourceId: The ID of the resource group to which the flow log belongs.
ResourceType
Optional
public object ResourceType { get; set; }
- Type: object
Property resourceType: The resource type of traffic to capture.
Value: NetworkInterface: Elastic NIC. VSwitch: All ENIs within the VSwitch. VPC: All ENIs in a VPC.
TrafficType
Optional
public object TrafficType { get; set; }
- Type: object
Property trafficType: The type of traffic collected.
Value: All: All traffic. Allow: Traffic allowed by access control. Drop: Traffic denied by access control.