Class NetworkSettings
Network settings
[DataContract]
public class NetworkSettings
- Inheritance
-
NetworkSettings
- Inherited Members
Properties
ClientPrivacy
Client Privacy
[Obsolete("Removed in Meraki API v1.39")]
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "clientPrivacy")]
public NetworkSettingsClientPrivacy? ClientPrivacy { get; set; }
Property Value
Fips
Fips settings
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "fips")]
public NetworkSettingsFips? Fips { get; set; }
Property Value
LocalStatusPage
Local Status PAge
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "localStatusPage")]
public LocalStatusPage? LocalStatusPage { get; set; }
Property Value
LocalStatusPageEnabled
Local status page enabled?
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "localStatusPageEnabled")]
public bool? LocalStatusPageEnabled { get; set; }
Property Value
- bool?
NamedVlans
A hash of Named VLANs options applied to the Network.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "namedVlans")]
public NetworkSettingsNamedVlans? NamedVlans { get; set; }
Property Value
RemoteStatusPageEnabled
Remote status page enabled?
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "remoteStatusPageEnabled")]
public bool? RemoteStatusPageEnabled { get; set; }
Property Value
- bool?
SecurePort
Secure port settings - formerly secure connect
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "securePort")]
public NetworkSettingsSecurePort? SecurePort { get; set; }