Class ApplianceFirewallSection
Provides access to appliance firewall API endpoints
public class ApplianceFirewallSection
- Inheritance
-
ApplianceFirewallSection
- Inherited Members
Constructors
ApplianceFirewallSection()
public ApplianceFirewallSection()
Properties
ApplianceFirewallSettings
Return the firewall settings for this network
public IApplianceFirewallSettings ApplianceFirewallSettings { get; }
Property Value
CellularFirewallRules
Return the cellular firewall rules for an MX network
public IApplianceFirewallCellularFirewallRules CellularFirewallRules { get; }
Property Value
FirewalledServices
List the appliance services and their accessibility rules
public IApplianceFirewallFirewalledServices FirewalledServices { get; }
Property Value
InboundCellularFirewallRules
Return the inbound cellular firewall rules for an MX network
public IApplianceFirewallInboundCellularFirewallRules InboundCellularFirewallRules { get; }
Property Value
InboundFirewallRules
Return the inbound firewall rules for an MX network
public IApplianceFirewallInboundFirewallRules InboundFirewallRules { get; }
Property Value
L3FirewallRules
Return the L3 firewall rules for an MX network
public IApplianceFirewallL3FirewallRules L3FirewallRules { get; }
Property Value
L7FirewallRules
List the MX L7 firewall rules for an MX network
public IApplianceFirewallL7FirewallRules L7FirewallRules { get; }
Property Value
MulticastForwarding
List Static Multicasting forwarding settings for MX networks
public IApplianceFirewallMulticastForwarding MulticastForwarding { get; }
Property Value
OneToManyNatRules
Return the 1:Many NAT mapping rules for an MX network
public IApplianceFirewallOneToManyNatRules OneToManyNatRules { get; }
Property Value
OneToOneNatRules
Return the 1:1 NAT mapping rules for an MX network
public IApplianceFirewallOneToOneNatRules OneToOneNatRules { get; }
Property Value
PortForwardingRules
Return the port forwarding rules for an MX network
public IApplianceFirewallPortForwardingRules PortForwardingRules { get; }