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