Get Firewall Policy Rule Collection Group Draft Result
data class GetFirewallPolicyRuleCollectionGroupDraftResult(val id: String? = null, val name: String? = null, val priority: Int? = null, val ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, val size: String, val type: String)
Rule Collection Group resource.
Constructors
Link copied to clipboard
constructor(id: String? = null, name: String? = null, priority: Int? = null, ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, size: String, type: String)
Properties
Link copied to clipboard
val ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null
Group of Firewall Policy rule collections.