RosFlowLogsProps
Properties for defining a RosFlowLogs
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-flowlogs
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosFlowLogsProps {
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 |
No description. |
FlowLogId |
object |
No description. |
FlowLogName |
object |
No description. |
LogStoreName |
object |
No description. |
ProjectName |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceId |
object |
No description. |
ResourceType |
object |
No description. |
TrafficType |
object |
No description. |
Description
Optional
public object Description { get; set; }
- Type: object
FlowLogId
Optional
public object FlowLogId { get; set; }
- Type: object
FlowLogName
Optional
public object FlowLogName { get; set; }
- Type: object
LogStoreName
Optional
public object LogStoreName { get; set; }
- Type: object
ProjectName
Optional
public object ProjectName { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceId
Optional
public object ResourceId { get; set; }
- Type: object
ResourceType
Optional
public object ResourceType { get; set; }
- Type: object
TrafficType
Optional
public object TrafficType { get; set; }
- Type: object