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