Class NetworkDevicePolicy
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
IsAppliedDirectly
The name of the policy
[DataMember(Name = "isAppliedDirectly")]
public bool IsAppliedDirectly { get; set; }
Property Value
IsDefault
Specify whether the policy is the default policy
[DataMember(Name = "isDefault")]
public bool IsDefault { get; set; }
Property Value
Name
The name of the policy
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
PolicyId
The unique ID for the policy
[DataMember(Name = "policyId")]
public int PolicyId { get; set; }
Property Value
Priority
The priority of the policy
[DataMember(Name = "priority")]
public int Priority { get; set; }