Skip to content

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.

LogStoreNameRequired

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

Property logStoreName: The log store name.


ProjectNameRequired

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

Property projectName: The project name.


ResourceIdRequired

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

Property resourceId: The resource id.


ResourceTypeRequired

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

Property resourceType: The resource type.


TrafficTypeRequired

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

Property trafficType: The traffic type.


DescriptionOptional

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

Property description: The Description of flow log.


FlowLogNameOptional

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

Property flowLogName: The flow log name.