Class NetworkTapRuleMatchConditionArgs


  • public final class NetworkTapRuleMatchConditionArgs
    extends com.pulumi.resources.ResourceArgs
    Defines the match condition that is supported to filter the traffic.
    • Method Detail

      • encapsulationType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​EncapsulationType>>> encapsulationType()
        Returns:
        Encapsulation Type that needs to be matched.
      • ipCondition

        public java.util.Optional<com.pulumi.core.Output<IpMatchConditionArgs>> ipCondition()
        Returns:
        IP condition that needs to be matched.
      • portCondition

        public java.util.Optional<com.pulumi.core.Output<PortConditionArgs>> portCondition()
        Returns:
        Defines the port condition that needs to be matched.
      • protocolTypes

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> protocolTypes()
        Returns:
        List of the protocols that need to be matched.
      • vlanMatchCondition

        public java.util.Optional<com.pulumi.core.Output<VlanMatchConditionArgs>> vlanMatchCondition()
        Returns:
        Vlan match condition that needs to be matched.