Skip to content

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.

LogStoreNameRequired

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

ProjectNameRequired

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

ResourceIdRequired

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

ResourceTypeRequired

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

TrafficTypeRequired

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

DescriptionOptional

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

FlowLogNameOptional

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