API Reference
Class
FirewallPolicySummary
Summary counts of firewall rules across profiles for a GPO.
Inheritance
- Object
- FirewallPolicySummary
Constructors
public FirewallPolicySummary() #Inherited Methods
Properties
public Guid GpoId { get; set; } #GPO identifier.
public String DomainName { get; set; } #DNS domain name that owns the GPO.
public Int32 DomainProfileRuleCount { get; set; } #Number of rules in the Domain firewall profile.
public Int32 PrivateProfileRuleCount { get; set; } #Number of rules in the Private firewall profile.
public Int32 PublicProfileRuleCount { get; set; } #Number of rules in the Public firewall profile.
public Int32 ConSecRulesCount { get; set; } #Number of IPsec (connection security) rules.