FirewallApplicationRuleCollectionRuleProtocolArgs

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

Constructors

constructor(port: Output<Int>, type: Output<String>)

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.

Functions

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