SMS_SCI_SysResUse 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_SCI_SysResUse Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents a specific usage of a server or other network resource.

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

Class SMS_SCI_SysResUse : SMS_SiteControlItem
{
    UInt32 FileType;
    String ItemName;
    String ItemType;
    String NALPath;
    String NALType;
    String NetworkOSPath;
    SMS_EmbeddedPropertyList PropLists[];
    SMS_EmbeddedProperty Props[];
    UInt32 RoleCount;
    String RoleName;
    String SiteCode;
    UInt32 SslState;
    UInt32 Type;
};

The SMS_SCI_SysResUse class does not define any methods.

FileType

Data type: UInt32

Access type: Read/Write

Qualifiers: [enumeration, key, enumeration, key]

See SMS_SiteControlItem Server WMI Class.

ItemName

Data type: String

Access type: Read-only

Qualifiers: [key, key, read]

See SMS_SiteControlItem Server WMI Class.

ItemType

Data type: String

Access type: Read-only

Qualifiers: [key, key, read]

See SMS_SiteControlItem Server WMI Class.

NALPath

Data type: String

Access type: Read/Write

Qualifiers: none

Path to the NAL resource. The default value is "".

NALType

Data type: String

Access type: Read/Write

Qualifiers: none

Friendly name for the NetworkOSPath value. For example, "Windows NT Server". The default value is "".

NetworkOSPath

Data type: String

Access type: Read/Write

Qualifiers: none

The network operating system path. The default value is "".

PropLists

Data type: SMS_EmbeddedPropertyList Array

Access type: Read/Write

Qualifiers: none

SMS_EmbeddedPropertyList Server WMI Class objects for the network resource.

Props

Data type: SMS_EmbeddedProperty Array

Access type: Read/Write

Qualifiers: none

SMS_EmbeddedProperty Server WMI Class objects for the network resource.

RoleCount

Data type: UInt32

Access type: Read/Write

Qualifiers: none

The number of roles.

RoleName

Data type: String

Access type: Read/Write

Qualifiers: [sizelimit("64"), stringenumeration]

Role of the server. The default value is "".

SiteCode

Data type: String

Access type: Read/Write

Qualifiers: [key, key, sizelimit]

See SMS_SiteControlItem Server WMI Class.

SslState

Data type: UInt32

Access type: Read-only

Qualifiers: [read, valuemap, values]

SSL state description. Possible values are:

0

HTTP

1

HTTPS

2

Not applicable. The property is only applicable for a site system role that is client facing.

3

Always HTTPS

4

Always HTTP

Type

Data type: UInt32

Access type: Read/Write

Qualifiers: [enumeration]

Type of site. Possible values are:

1

SECONDARY

2

PRIMARY

4

CAS

Show: