Table of Contents

Class FirewalledService

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

Firewalled service

[DataContract]
public class FirewalledService
Inheritance
FirewalledService
Inherited Members

Properties

Access

A string indicating the rule for which IPs are allowed to use the specified service. Acceptable values are "blocked" (no remote IPs can access the service), "restricted" (only allowed IPs can access the service), and "unrestriced" (any remote IP can access the service). This field is required

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "access")]
public FirewalledServiceAccessType Access { get; set; }

Property Value

FirewalledServiceAccessType

AllowedIps

An array of allowed IPs that can access the service. This field is required if "access" is set to "restricted". Otherwise this field is ignored

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedIps")]
public List<string> AllowedIps { get; set; }

Property Value

List<string>

Service

Service

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "service")]
public FirewalledServiceType Service { get; set; }

Property Value

FirewalledServiceType