DeliveryRuleSocketAddrConditionArgs

data class DeliveryRuleSocketAddrConditionArgs(val name: Output<String>, val parameters: Output<SocketAddrMatchConditionParametersArgs>) : ConvertibleToJava<DeliveryRuleSocketAddrConditionArgs>

Defines the SocketAddress condition for the delivery rule.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): DeliveryRuleSocketAddrConditionArgs

Properties

Link copied to clipboard
val name: Output<String>

The name of the condition for the delivery rule. Expected value is 'SocketAddr'.

Link copied to clipboard

Defines the parameters for the condition.