FirewallApplicationRuleCollectionRuleProtocolArgs

data class FirewallApplicationRuleCollectionRuleProtocolArgs(val port: Output<Int>, val type: Output<String>) : ConvertibleToJava<FirewallApplicationRuleCollectionRuleProtocolArgs>

Constructors

Functions

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

Properties

Link copied to clipboard
val port: Output<Int>

Specify a port for the connection.

Link copied to clipboard
val type: Output<String>

Specifies the type of connection. Possible values are Http, Https and Mssql.