Interface IApplianceSingleLan
- Namespace
- Meraki.Api.Interfaces.Products.Appliance
- Assembly
- Meraki.Api.dll
public interface IApplianceSingleLan
Methods
GetNetworkApplianceSingleLanAsync(string, CancellationToken)
Return single LAN configuration
[Get("/networks/{networkId}/appliance/singleLan")]
Task<LanConfiguration> GetNetworkApplianceSingleLanAsync(string networkId, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call
UpdateNetworkApplianceSingleLanAsync(string, LanConfigurationUpdateRequest, CancellationToken)
Update single LAN configuration
[Put("/networks/{networkId}/appliance/singleLan")]
Task<LanConfiguration> UpdateNetworkApplianceSingleLanAsync(string networkId, LanConfigurationUpdateRequest updateNetworkApplianceSingleLan, CancellationToken cancellationToken = default)
Parameters
networkId
stringThe network id
updateNetworkApplianceSingleLan
LanConfigurationUpdateRequestBody for updating a single LAN config
cancellationToken
CancellationToken
Returns
Exceptions
- ApiException
Thrown when fails to make API call