RosFlowLogProps
Properties for defining a RosFlowLog
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-flowlog
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosFlowLogProps {
object LogStoreName,
object ProjectName,
object ResourceId,
object ResourceType,
object TrafficType,
object Description = null,
object FlowLogName = null
};
Properties
Name | Type | Description |
---|---|---|
LogStoreName |
object |
No description. |
ProjectName |
object |
No description. |
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
TrafficType |
object |
No description. |
Description |
object |
No description. |
FlowLogName |
object |
No description. |
LogStoreName
Required
public object LogStoreName { get; set; }
- Type: object
ProjectName
Required
public object ProjectName { get; set; }
- Type: object
ResourceId
Required
public object ResourceId { get; set; }
- Type: object
ResourceType
Required
public object ResourceType { get; set; }
- Type: object
TrafficType
Required
public object TrafficType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
FlowLogName
Optional
public object FlowLogName { get; set; }
- Type: object