API Reference
Class
FirewallPolicySummary
Summary counts of firewall rules across profiles for a GPO.
Inheritance
- Object
- FirewallPolicySummary
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method FirewallPolicyReader.FromPol
- Property FirewallSummaryView.Summary
- Property GpoDetails.FirewallSummary
- Property GpoDetailsView.FirewallSummary
- Method GpResultSectionAggregator.AggregateFirewallSummary
- Property GpResultSingleReport.Firewall
Constructors
public FirewallPolicySummary() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.