Commit ca4e674b authored by Eric Dieckman's avatar Eric Dieckman
Browse files

Remove access domain from PA firewall VLAN

parent f2268898
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity

    public long? VlanId { get; set; }

    public long? AccessDomainId { get; set; }

    public DateTime? CreatedAt { get; set; }

    [JsonIgnore]
@@ -25,7 +23,5 @@ public class PaloAltoFirewallVlan : ICreatedAt, IAuditableEntity
    [JsonIgnore]
    public virtual Vlan? Vlan { get; set; }

    [JsonIgnore]
    public virtual PaloAltoAccessDomain? AccessDomain { get; set; }
}