Firewall Policy Rule Condition Application Protocol Response
    data class FirewallPolicyRuleConditionApplicationProtocolResponse(val port: Int? = null, val protocolType: String? = null)
Properties of the application rule protocol.
Constructors
Link copied to clipboard
                fun FirewallPolicyRuleConditionApplicationProtocolResponse(port: Int? = null, protocolType: String? = null)