Skip to content

TrafficMirrorFilterProps

Properties for defining a TrafficMirrorFilter.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.TrafficMirrorFilterProps {
    EgressRules: interface{},
    IngressRules: interface{},
    TrafficMirrorFilterDescription: interface{},
    TrafficMirrorFilterName: interface{},
}

Properties

Name Type Description
EgressRules interface{} Property egressRules: Egress rules.
IngressRules interface{} Property ingressRules: Ingress rules.
TrafficMirrorFilterDescription interface{} Property trafficMirrorFilterDescription: The description of the filter.
TrafficMirrorFilterName interface{} 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

EgressRules interface{}
  • Type: interface{}

Property egressRules: Egress rules.


IngressRulesOptional

IngressRules interface{}
  • Type: interface{}

Property ingressRules: Ingress rules.


TrafficMirrorFilterDescriptionOptional

TrafficMirrorFilterDescription interface{}
  • Type: interface{}

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

TrafficMirrorFilterName interface{}
  • Type: interface{}

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