FirewallPolicyAssociationResponse

data class FirewallPolicyAssociationResponse(val attachmentTarget: String, val displayName: String, val firewallPolicyId: String, val name: String, val priority: Int, val shortName: String)

Constructors

Link copied to clipboard
fun FirewallPolicyAssociationResponse(attachmentTarget: String, displayName: String, firewallPolicyId: String, name: String, priority: Int, shortName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The target that the firewall policy is attached to.

Link copied to clipboard

Deprecated, please use short name instead. The display name of the firewall policy of the association.

Link copied to clipboard

The firewall policy ID of the association.

Link copied to clipboard

The name for an association.

Link copied to clipboard

An integer indicating the priority of an association. The priority must be a positive value between 1 and 2147483647. Firewall Policies are evaluated from highest to lowest priority where 1 is the highest priority and 2147483647 is the lowest priority. The default value is 1000. If two associations have the same priority then lexicographical order on association names is applied.

Link copied to clipboard

The short name of the firewall policy of the association.