Interface IApplianceVpnThirdPartyVpnPeers
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceVpnThirdPartyVpnPeers
Methods
GetOrganizationApplianceVpnThirdPartyVPNPeersAsync(string, CancellationToken)
Return the third party VPN peers for an organization
[Get("/organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers")]
Task<ThirdPartyVpnPeers> GetOrganizationApplianceVpnThirdPartyVPNPeersAsync(string organizationId, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateOrganizationApplianceVpnThirdPartyVPNPeersAsync(string, ThirdPartyVpnPeers, CancellationToken)
Return the third party VPN peers for an organization
[Put("/organizations/{organizationId}/appliance/vpn/thirdPartyVPNPeers")]
Task<ThirdPartyVpnPeers> UpdateOrganizationApplianceVpnThirdPartyVPNPeersAsync(string organizationId, ThirdPartyVpnPeers peerList, CancellationToken cancellationToken = default)
Parameters
organizationId
stringThe organization id
peerList
ThirdPartyVpnPeerscancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call