AzureFirewallApplicationRuleProtocolArgs

data class AzureFirewallApplicationRuleProtocolArgs(val port: Output<Int>? = null, val protocolType: Output<Either<String, AzureFirewallApplicationRuleProtocolType>>? = null) : ConvertibleToJava<AzureFirewallApplicationRuleProtocolArgs>

Properties of the application rule protocol.

Constructors

Link copied to clipboard
constructor(port: Output<Int>? = null, protocolType: Output<Either<String, AzureFirewallApplicationRuleProtocolType>>? = null)

Properties

Link copied to clipboard
val port: Output<Int>? = null

Port number for the protocol, cannot be greater than 64000. This field is optional.

Link copied to clipboard

Protocol type.

Functions

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