Loading src/models/PaloAltoFirewall.cs +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
src/models/PaloAltoFirewall.cs +2 −0 Original line number Diff line number Diff line Loading @@ -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; } Loading