Skip to content

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.

DescriptionOptional

public object Description { get; set; }
  • Type: object

FlowLogIdOptional

public object FlowLogId { get; set; }
  • Type: object

FlowLogNameOptional

public object FlowLogName { get; set; }
  • Type: object

LogStoreNameOptional

public object LogStoreName { get; set; }
  • Type: object

ProjectNameOptional

public object ProjectName { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

ResourceIdOptional

public object ResourceId { get; set; }
  • Type: object

ResourceTypeOptional

public object ResourceType { get; set; }
  • Type: object

TrafficTypeOptional

public object TrafficType { get; set; }
  • Type: object