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