Commit 921534b7 authored by Eric Dieckman's avatar Eric Dieckman
Browse files

Add hadvsys to firewall

parent 8718d6e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ public class PaloAltoFirewall : ICreatedAt, IUpdatedAt, IAuditableEntity

    public string? Notes { get; set; } = string.Empty;

    public bool? HasVsys { get; set; }

    [JsonIgnore]
    public virtual IList<PaloAltoFirewallVlan> Vlans { get; set; }