Table of Contents

Class GroupPolicy

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

CreateNetworkGroupPolicy

[DataContract]
public class GroupPolicy : NamedItem
Inheritance
GroupPolicy
Inherited Members

Properties

Bandwidth

Gets or Sets Bandwidth

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bandwidth")]
public Bandwidth? Bandwidth { get; set; }

Property Value

Bandwidth

BonjourForwarding

Gets or Sets BonjourForwarding

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bonjourForwarding")]
public GroupPolicyBonjourForwarding? BonjourForwarding { get; set; }

Property Value

GroupPolicyBonjourForwarding

ContentFiltering

Gets or Sets ContentFiltering

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "contentFiltering")]
public GroupPolicyContentFiltering? ContentFiltering { get; set; }

Property Value

GroupPolicyContentFiltering

FirewallAndTrafficShaping

Gets or Sets FirewallAndTrafficShaping

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "firewallAndTrafficShaping")]
public FirewallAndTrafficShaping? FirewallAndTrafficShaping { get; set; }

Property Value

FirewallAndTrafficShaping

GroupPolicyId

The Group Policy Id

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "groupPolicyId")]
public string? GroupPolicyId { get; set; }

Property Value

string

Scheduling

Gets or Sets Scheduling. The schedule for the group policy. Schedules are applied to days of the week.

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "scheduling")]
public Scheduling? Scheduling { get; set; }

Property Value

Scheduling

SplashAuthSettings

Gets or Sets SplashAuthSettings

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "splashAuthSettings")]
public SplashAuthSetting? SplashAuthSettings { get; set; }

Property Value

SplashAuthSetting?

VlanTagging

Gets or Sets VlanTagging

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlanTagging")]
public VlanTagging? VlanTagging { get; set; }

Property Value

VlanTagging