FlowLogProps
Properties for defining a FlowLog
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-flowlog
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new FlowLogProps {
object LogStoreName,
object ProjectName,
object ResourceId,
object ResourceType,
object TrafficType,
object Description = null,
object FlowLogName = null
};
Properties
Name | Type | Description |
---|---|---|
LogStoreName |
object |
Property logStoreName: The log store name. |
ProjectName |
object |
Property projectName: The project name. |
ResourceId |
object |
Property resourceId: The resource id. |
ResourceType |
object |
Property resourceType: The resource type. |
TrafficType |
object |
Property trafficType: The traffic type. |
Description |
object |
Property description: The Description of flow log. |
FlowLogName |
object |
Property flowLogName: The flow log name. |
LogStoreName
Required
public object LogStoreName { get; set; }
- Type: object
Property logStoreName: The log store name.
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
Property projectName: The project name.
ResourceId
Required
public object ResourceId { get; set; }
- Type: object
Property resourceId: The resource id.
ResourceType
Required
public object ResourceType { get; set; }
- Type: object
Property resourceType: The resource type.
TrafficType
Required
public object TrafficType { get; set; }
- Type: object
Property trafficType: The traffic type.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The Description of flow log.
FlowLogName
Optional
public object FlowLogName { get; set; }
- Type: object
Property flowLogName: The flow log name.