GetFirewallPolicyRuleCollectionGroupDraftResult

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

constructor(id: String? = null, name: String? = null, priority: Int? = null, ruleCollections: List<Either<FirewallPolicyFilterRuleCollectionResponse, FirewallPolicyNatRuleCollectionResponse>>? = null, size: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard
val name: String? = null

The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard
val priority: Int? = null

Priority of the Firewall Policy Rule Collection Group resource.

Link copied to clipboard

Group of Firewall Policy rule collections.

Link copied to clipboard

A read-only string that represents the size of the FirewallPolicyRuleCollectionGroupProperties in MB. (ex 1.2MB)

Link copied to clipboard

Rule Group type.