Network Rule Response
data class NetworkRuleResponse(val description: String? = null, val destinationAddresses: List<String>? = null, val destinationFqdns: List<String>? = null, val destinationIpGroups: List<String>? = null, val destinationPorts: List<String>? = null, val ipProtocols: List<String>? = null, val name: String? = null, val ruleType: String, val sourceAddresses: List<String>? = null, val sourceIpGroups: List<String>? = null)
Rule of type network.
Constructors
Link copied to clipboard
fun NetworkRuleResponse(description: String? = null, destinationAddresses: List<String>? = null, destinationFqdns: List<String>? = null, destinationIpGroups: List<String>? = null, destinationPorts: List<String>? = null, ipProtocols: List<String>? = null, name: String? = null, ruleType: String, sourceAddresses: List<String>? = null, sourceIpGroups: List<String>? = null)