Share via


SMS_SIIB_NALProvider Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_SIIB_NALProvider Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the network abstraction layer (NAL) provider configured for the site.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_SIIB_NALProvider : SMS_SiteInstallItemBase 
{
     UInt32 Flags;
     String ItemName;
     String ItemType;
     String ProviderName;
     String Units[];
};

Methods

The SMS_SIIB_NALProvider class does not define any methods.

Properties

  • Flags
    Data type: UInt32

    Access type: Read/Write

    Qualifiers: None

    Flags indicating the use of the provider. Possible values are:

    • 1
      SERVER

    • 2
      ADMINUI

    • 3
      CLIENT

  • ItemName
    Data type: String

    Access type: Read-only

    Qualifiers: [key, read]

    See SMS_SiteInstallItemBase Server WMI Class.

  • ItemType
    Data type: String

    Access type: Read-only

    Qualifiers: [key, read]

    See SMS_SiteInstallItemBase Server WMI Class.

  • ProviderName
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    Name of the provider.

  • Units
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    See SMS_SiteInstallItemBase Server WMI Class.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.

See Also

Configuration Manager Site Configuration Server WMI Classes
SMS_SiteInstallItemBase Server WMI Class