FirewallPolicyRuleCollectionGroupApplicationRuleCollectionRuleProtocolArgs

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

Constructors

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

Properties

Link copied to clipboard
val port: Output<Int>

Port number of the protocol. Range is 0-64000.

Link copied to clipboard
val type: Output<String>

Protocol type. Possible values are Http and Https.

Functions

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