Table of Contents

Class NetworkDevicePolicy

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

Represents a policy which is associated with a network device

[DataContract]
public class NetworkDevicePolicy
Inheritance
NetworkDevicePolicy
Inherited Members

Constructors

NetworkDevicePolicy()

public NetworkDevicePolicy()

Properties

CreatedAt

The time when the policy was created. Specify an ISO 8601-formatted timestamp

[DataMember(Name = "createdAt")]
public DateTime CreatedAt { get; set; }

Property Value

DateTime

IsAppliedDirectly

The name of the policy

[DataMember(Name = "isAppliedDirectly")]
public bool IsAppliedDirectly { get; set; }

Property Value

bool

IsDefault

Specify whether the policy is the default policy

[DataMember(Name = "isDefault")]
public bool IsDefault { get; set; }

Property Value

bool

Name

The name of the policy

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

Property Value

string

PolicyId

The unique ID for the policy

[DataMember(Name = "policyId")]
public int PolicyId { get; set; }

Property Value

int

Priority

The priority of the policy

[DataMember(Name = "priority")]
public int Priority { get; set; }

Property Value

int