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
networkIdstringThe network id
cancellationTokenCancellationToken
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
networkIdstringThe network id
inboundFirewallRulesInboundFirewallRulesBody for updating inbound firewall rules
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call