CIM_Check, ROOT\CIMV2

Class | Childs (19) | Methods (1) | Properties (9) | Qualifiers (4) | Instances (999) | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

A check is a condition or characteristic that is expected to be true in an environment defined or scoped by an instance of a CIM_ComputerSystem. The checks associated with a particular software element are organized into one of two groups using the Phase property of the CIM_SoftwareElementChecks association. Conditions that are expected to be satisfied when a software element is in a particular environment are known as in-state conditions. Conditions that need to be satisfied in order to transition the current software element to its next state are known as next-state conditions A CIM_ComputerSystem object represents the environment in which CIM_SoftwareElement are already installed or in which CIM_SoftwareElement will be installed. For the case in which a software element is already installed, the CIM_InstalledSoftwareElement association is used to identify the CIM_ComputerSystem object that represents the "environment". When a software elements is being distributed and installed on a different computer system, the CIM_ComputerSystem object for the targeted system is the environment.

CIM_Check - child subclasses in ROOT\cimv2

Number of classes:19

CIM_Check methods

CIM_Check has 1 methods (1 Local)

NameOriginReturn
InvokeCIM_Checkuint32 {'out':True}

CIM_Check properties

CIM_Check has 9 properties (9 Local)

NameOriginCIMType
CaptionCIM_Check8 [string]
key
CheckID
CIM_Check8 [string]
CheckModeCIM_Check11 [boolean]
DescriptionCIM_Check8 [string]
NameCIM_Check8 [string]
SoftwareElementIDCIM_Check8 [string]
SoftwareElementStateCIM_Check18 [uint16]
TargetOperatingSystemCIM_Check18 [uint16]
VersionCIM_Check8 [string]

Detailed description of CIM_Check methods

Local methods (1) of CIM_Check class

Invoke method
Returnuint32 {'out':True}
Description' The invoke method is to evaluate a particular check. The details of how the method evaluates a particular check in a CIM context is described by the non-abstract CIM_Check sub classes. The results of the method are based on the return value. - A 0 (zero) is returned if the condition is satisfied. - A 1 (one) is returned if the method is not supported. - Any other value indicates the condition is not satisfied. '
Invoke method is in 48 classes of ROOT\cimv2 and in 4 namespaces

Detailed description of CIM_Check properties

Local properties (9) of CIM_Check class

Caption property
CIMTYPE'string'
Maxlen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
CheckID property
CIMTYPE'string'
Description'An identifier used in conjunction with other keys to uniquely identify the check'
keyTrue
maxlen256
readTrue
CheckID property is in 23 classes of ROOT\cimv2 and in 2 namespaces
CheckMode property
CIMTYPE'boolean'
Description' The CheckMode property is used to indicate whether the condition is expected to exist or not exist in the environment. When the value is True, the condition is expected to exist (e.g., a file is expected to be on a system) so invoke() is expected to return True. When the value is False, the condition is not expect to exist (e.g., a file is not to be on a system) so invoke is expected to return false '
readTrue
CheckMode property is in 23 classes of ROOT\cimv2 and in 2 namespaces
Description property
CIMTYPE'string'
Description' A description of the objects.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
Name property
CIM_keyTrue
CIMTYPE'string'
Description'The name used to identify this software element'
maxlen256
Propagated'CIM_SoftwareElement.Name'
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
SoftwareElementID property
CIM_keyTrue
CIMTYPE'string'
Description' This is an identifier for this software element.'
maxlen256
Propagated'CIM_SoftwareElement.SoftwareElementID'
readTrue
SoftwareElementID property is in 53 classes of ROOT\cimv2 and in 3 namespaces
SoftwareElementState property
CIM_keyTrue
CIMTYPE'uint16'
Description' The software element state of a software element '
Propagated'CIM_SoftwareElement.SoftwareElementState'
readTrue
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\cimv2 and in 3 namespaces
TargetOperatingSystem property
CIM_keyTrue
CIMTYPE'uint16'
Description' The target operating system of the this software element.'
Mappingstrings['MIF.DMTF|Software Component Information|002.5']
Propagated'CIM_SoftwareElement.TargetOperatingSystem'
readTrue
Values['Unknown', 'Other', 'MACOS', 'ATTUNIX', 'DGUX', 'DECNT', 'Digital Unix', 'OpenVMS', 'HPUX', 'AIX', 'MVS', 'OS400', 'OS/2', 'JavaVM', 'MSDOS', 'WIN3x', 'WIN95', 'WIN98', 'WINNT', 'WINCE', 'NCR3000', 'NetWare', 'OSF', 'DC/OS', 'Reliant UNIX', 'SCO UnixWare', 'SCO OpenServer', 'Sequent', 'IRIX', 'Solaris', 'SunOS', 'U6000', 'ASERIES', 'TandemNSK', 'TandemNT', 'BS2000', 'LINUX', 'Lynx', 'XENIX', 'VM/ESA', 'Interactive UNIX', 'BSDUNIX', 'FreeBSD', 'NetBSD', 'GNU Hurd', 'OS9', 'MACH Kernel', 'Inferno', 'QNX', 'EPOC', 'IxWorks', 'VxWorks', 'MiNT', 'BeOS', 'HP MPE', 'NextStep', 'PalmPilot', 'Rhapsody', 'Windows 2000', 'Dedicated', 'VSE', 'TPF']
TargetOperatingSystem property is in 53 classes of ROOT\cimv2 and in 3 namespaces
Version property
CIM_keyTrue
CIMTYPE'string'
Description'Version should be in the form .. or .'
Mappingstrings['MIF.DMTF|ComponentID|001.3']
Maxlen64
Propagated'CIM_SoftwareElement.Version'
readTrue
Version property is in 101 classes of ROOT\cimv2 and in 142 namespaces

CIM_Check Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AbstractTrue
Description' A check is a condition or characteristic that is expected to be true in an environment defined or scoped by an instance of a CIM_ComputerSystem. The checks associated with a particular software element are organized into one of two groups using the Phase property of the CIM_SoftwareElementChecks association. Conditions that are expected to be satisfied when a software element is in a particular environment are known as in-state conditions. Conditions that need to be satisfied in order to transition the current software element to its next state are known as next-state conditions A CIM_ComputerSystem object represents the environment in which CIM_SoftwareElement are already installed or in which CIM_SoftwareElement will be installed. For the case in which a software element is already installed, the CIM_InstalledSoftwareElement association is used to identify the CIM_ComputerSystem object that represents the "environment". When a software elements is being distributed and installed on a different computer system, the CIM_ComputerSystem object for the targeted system is the environment.'
Locale1033
UUID'{7A9135CA-DB21-11d2-85FC-0000F8102E5F}'

CIM_Check System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:CIM_Check'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION[]___SYSTEM8
__PROPERTY_COUNT9___SYSTEM3
__RELPATH'CIM_Check'___SYSTEM8
__DYNASTY'CIM_Check'___SYSTEM8
__SUPERCLASSnull___SYSTEM8
__CLASS'CIM_Check'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_Check

Number of classes:19
comments powered by Disqus
WUtils.com