Skip to content

TrafficMirrorFilterProps

Properties for defining a TrafficMirrorFilter.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-trafficmirrorfilter

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new TrafficMirrorFilterProps {
    object EgressRules = null,
    object IngressRules = null,
    object TrafficMirrorFilterDescription = null,
    object TrafficMirrorFilterName = null
};

Properties

Name Type Description
EgressRules object Property egressRules: Egress rules.
IngressRules object Property ingressRules: Ingress rules.
TrafficMirrorFilterDescription object Property trafficMirrorFilterDescription: The description of the filter.
TrafficMirrorFilterName object Property trafficMirrorFilterName: The name of the filter.The name must be 1 to 128 characters in length and cannot start with http:\/\/ or https:\/\/.

EgressRulesOptional

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

Property egressRules: Egress rules.


IngressRulesOptional

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

Property ingressRules: Ingress rules.


TrafficMirrorFilterDescriptionOptional

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

Property trafficMirrorFilterDescription: The description of the filter.

The description must be 1 to 256 characters in length and cannot start with http:// or https://.


TrafficMirrorFilterNameOptional

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

Property trafficMirrorFilterName: The name of the filter.The name must be 1 to 128 characters in length and cannot start with http:\/\/ or https:\/\/.