Table of Contents

Class WirelessRfProfile

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

CreateNetworkWirelessRfProfile

[DataContract]
public class WirelessRfProfile : WirelessRfProfileCreateUpdateRequest
Inheritance
WirelessRfProfile
Inherited Members

Properties

AfcEnabled

afcEnabled - appears to be informational only as API doesn't mention this on a create/update model

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "afcEnabled")]
public bool? AfcEnabled { get; set; }

Property Value

bool?

Id

The Id

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

NetworkId

Network id

[ApiForeignKey(typeof(Network))]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }

Property Value

string