Table of Contents

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 string

The network id

cancellationToken CancellationToken

Returns

Task<CellularFirewallRules>

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 string

The network id

mxCellularFirewallRules CellularFirewallRules

Body for updating network cellular firewall rules

cancellationToken CancellationToken

Returns

Task<CellularFirewallRules>

Exceptions

ApiException

Thrown when fails to make API call