Interface IApplianceFirewallL3FirewallRules
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceFirewallL3FirewallRules
Methods
GetNetworkApplianceFirewallL3FirewallRulesAsync(string, CancellationToken)
Return the L3 firewall rules for an MX network
[Get("/networks/{networkId}/appliance/firewall/l3FirewallRules")]
Task<Layer3FirewallRules> GetNetworkApplianceFirewallL3FirewallRulesAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkApplianceFirewallL3FirewallRulesAsync(string, Layer3FirewallRules, CancellationToken)
Update the L3 firewall rules of an MX network
[Put("/networks/{networkId}/appliance/firewall/l3FirewallRules")]
Task<Layer3FirewallRules> UpdateNetworkApplianceFirewallL3FirewallRulesAsync(string networkId, Layer3FirewallRules updateNetworkL3FirewallRules, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
updateNetworkL3FirewallRules
Layer3FirewallRulesBody for updating L3 firewall rules
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call