Table of Contents

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 string

The network id

cancellationToken CancellationToken

Returns

Task<List<MxFirewallRule>>

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 string

The network id

inboundCellularFirewallRules InboundCellularFirewallRules

Body for updating network inbound cellular firewall rules

cancellationToken CancellationToken

Returns

Task<List<InboundCellularFirewallRules>>

Exceptions

ApiException

Thrown when fails to make API call