Interface IApplianceVpnVpnFirewallRules
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceVpnVpnFirewallRules
Methods
GetOrganizationApplianceVpnVpnFirewallRulesAsync(string, CancellationToken)
Return the firewall rules for an organization's site-to-site VPN
[Get("/organizations/{organizationId}/appliance/vpn/vpnFirewallRules")]
Task<VpnFirewallRules> GetOrganizationApplianceVpnVpnFirewallRulesAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateOrganizationApplianceVpnVpnFirewallRulesAsync(string, VpnFirewallRules, CancellationToken)
Update the firewall rules of an organization's site-to-site VPN
[Put("/organizations/{organizationId}/appliance/vpn/vpnFirewallRules")]
Task<VpnFirewallRules> UpdateOrganizationApplianceVpnVpnFirewallRulesAsync(string organizationId, VpnFirewallRules vpnFirewallRules, CancellationToken cancellationToken = default)
Parameters
organizationIdstringThe organization id
vpnFirewallRulesVpnFirewallRulesBody for updating firewall rules
cancellationTokenCancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call