Skip to content

TrafficMirrorFilterProps

Properties for defining a TrafficMirrorFilter.

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

Initializer

import com.aliyun.ros.cdk.vpc.TrafficMirrorFilterProps;
TrafficMirrorFilterProps.builder()
//  .egressRules(IResolvable)
//  .egressRules(java.util.List<IResolvable)
//  .egressRules(EgressRulesProperty>)
//  .ingressRules(IResolvable)
//  .ingressRules(java.util.List<IResolvable)
//  .ingressRules(IngressRulesProperty>)
//  .trafficMirrorFilterDescription(java.lang.String)
//  .trafficMirrorFilterDescription(IResolvable)
//  .trafficMirrorFilterName(java.lang.String)
//  .trafficMirrorFilterName(IResolvable)
    .build();

Properties

Name Type Description
egressRules com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEgressRulesProperty> Property egressRules: Egress rules.
ingressRules com.aliyun.ros.cdk.core.IResolvable OR java.util.ListIngressRulesProperty> Property ingressRules: Ingress rules.
trafficMirrorFilterDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property trafficMirrorFilterDescription: The description of the filter.
trafficMirrorFilterName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable 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 java.lang.Object getEgressRules();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListEgressRulesProperty>

Property egressRules: Egress rules.


ingressRulesOptional

public java.lang.Object getIngressRules();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.ListIngressRulesProperty>

Property ingressRules: Ingress rules.


trafficMirrorFilterDescriptionOptional

public java.lang.Object getTrafficMirrorFilterDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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 java.lang.Object getTrafficMirrorFilterName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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