SMS_FirewallSettings Server WMI Class
Updated: November 1, 2013
Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager
The SMS_FirewallSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the firewall configuration setting definitions used to define configuration rules. This is a read-only built-in configuration item.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_FirewallSettings : SMS_SettingsDefinitionBase
{
String ApplicabilityCondition;
String CategoryInstance_UniqueIDs[];
UInt32 CI_ID;
String CI_UniqueID;
UInt32 CIType_ID;
UInt32 CIVersion;
String CreatedBy;
DateTime DateCreated;
DateTime DateLastModified;
DateTime EffectiveDate;
UInt32 EULAAccepted;
Boolean EULAExists;
DateTime EULASignoffDate;
String EULASignoffUser;
UInt32 ExecutionContext;
Boolean IsBroken;
Boolean IsBundle;
Boolean IsDigest;
Boolean IsEnabled;
Boolean IsExpired;
Boolean IsHidden;
Boolean IsLatest;
Boolean IsQuarantined;
Boolean IsSuperseded;
Boolean IsUserDefined;
String LastModifiedBy;
String LocalizedCategoryInstanceNames[];
String LocalizedDescription;
String LocalizedDisplayName;
SMS_CI_LocalizedEulas LocalizedEulas[];
SMS_CI_LocalizedProperties LocalizedInformation[];
String LocalizedInformativeURL;
UInt32 LocalizedPropertyLocaleID;
UInt32 ModelID;
String ModelName;
UInt32 PermittedUses;
String PlatformCategoryInstance_UniqueIDs[];
UInt32 PlatformType;
SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
UInt32 SDMPackageVersion;
String SDMPackageXML;
String SecuredScopeNames[];
String SedoObjectVersion;
String SourceSite;
};
The SMS_FirewallSettings class does not define any methods.
- ApplicabilityCondition
Data type: String
Access type: Read/Write
Qualifiers: [not_null, sizelimit]
- CategoryInstance_UniqueIDs
Data type: String Array
Access type: Read/Write
Qualifiers: none
- CI_ID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key, key]
- CI_UniqueID
Data type: String
Access type: Read/Write
Qualifiers: [not_null, unique]
- CIType_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, not_null, read]
- CIVersion
Data type: UInt32
Access type: Read-only
Qualifiers: [not_null, read]
- CreatedBy
Data type: String
Access type: Read-only
Qualifiers: [not_null, read, sizelimit]
- DateCreated
Data type: DateTime
Access type: Read-only
Qualifiers: [not_null, read]
- DateLastModified
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EffectiveDate
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EULAAccepted
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- EULAExists
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- EULASignoffDate
Data type: DateTime
Access type: Read-only
Qualifiers: [read]
- EULASignoffUser
Data type: String
Access type: Read-only
Qualifiers: [read]
- ExecutionContext
Data type: UInt32
Access type: Read-only
Qualifiers: [read, valuemap, values]
- IsBroken
Data type: Boolean
Access type: Read-only
Qualifiers: [not_null, read]
true if the relation is broken, otherwise the value is false.
- IsBundle
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsDigest
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsEnabled
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsExpired
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsHidden
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- IsLatest
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsQuarantined
Data type: Boolean
Access type: Read-only
Qualifiers: [read]
- IsSuperseded
Data type: Boolean
Access type: Read-only
Qualifiers: [not_null, read]
- IsUserDefined
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
- LastModifiedBy
Data type: String
Access type: Read-only
Qualifiers: [not_null, read, sizelimit]
- LocalizedCategoryInstanceNames
Data type: String Array
Access type: Read-only
Qualifiers: [read]
- LocalizedDescription
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedDisplayName
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedEulas
Data type: SMS_CI_LocalizedEulas Array
Access type: Read/Write
Qualifiers: [lazy]
An array of localized Microsoft Software License Terms for the configuration item.
- LocalizedInformation
Data type: SMS_CI_LocalizedProperties Array
Access type: Read/Write
Qualifiers: [lazy]
- LocalizedInformativeURL
Data type: String
Access type: Read-only
Qualifiers: [read]
- LocalizedPropertyLocaleID
Data type: UInt32
Access type: Read-only
Qualifiers: [read]
- ModelID
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
- ModelName
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
- PermittedUses
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
- PlatformCategoryInstance_UniqueIDs
Data type: String Array
Access type: Read/Write
Qualifiers: none
- PlatformType
Data type: UInt32
Access type: Read-only
Qualifiers: [bitmap, bitvalues, read]
- SDMPackageLocalizedData
Data type: SMS_SDMPackageLocalizedData Array
Access type: Read/Write
Qualifiers: [lazy]
- SDMPackageVersion
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
- SDMPackageXML
Data type: String
Access type: Read/Write
Qualifiers: [lazy]
- SecuredScopeNames
Data type: String Array
Access type: Read-only
Qualifiers: [read]
- SedoObjectVersion
Data type: String
Access type: Read-only
Qualifiers: [read]
- SourceSite
Data type: String
Access type: Read/Write
Qualifiers: [sizelimit]
Requirements
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.