Class GroupPolicy
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
BonjourForwarding
Gets or Sets BonjourForwarding
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "bonjourForwarding")]
public GroupPolicyBonjourForwarding? BonjourForwarding { get; set; }
Property Value
ContentFiltering
Gets or Sets ContentFiltering
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "contentFiltering")]
public GroupPolicyContentFiltering? ContentFiltering { get; set; }
Property Value
FirewallAndTrafficShaping
Gets or Sets FirewallAndTrafficShaping
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "firewallAndTrafficShaping")]
public FirewallAndTrafficShaping? FirewallAndTrafficShaping { get; set; }
Property Value
GroupPolicyId
The Group Policy Id
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "groupPolicyId")]
public string? GroupPolicyId { get; set; }
Property Value
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
SplashAuthSettings
Gets or Sets SplashAuthSettings
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "splashAuthSettings")]
public SplashAuthSetting? SplashAuthSettings { get; set; }
Property Value
VlanTagging
Gets or Sets VlanTagging
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "vlanTagging")]
public VlanTagging? VlanTagging { get; set; }