CIM_SoftwareElementVersionCheck, ROOT\CIMV2\ms_409

Class | Methods (1) | Properties (13) | Qualifiers (3) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The CIM_SoftwareElementVersionCheck class specifies a type of software element that must exist in the environment. This check can be for a specific, minimum, maximum or a range of versions. To specify a specific version the lower and upper versions must be the same. To specify a minimum the lower version needs only be specified. To specify a maximum version the upper version needs only be specified. To specify a range both upper and lower version need to be specified. The details of this checks are compared with the corresponding details found in a CIM_SoftwareElement object referenced by an CIM_InstalledSoftwareElement association for the CIM_ComputerSystem object. As long as there is at least one CIM_SoftwareElement that satisfies the details of the condition, the check is satisfied. In other words, all the software elements on the relevant computer system do not need to satisfy the condition. There needs to be at least one.

CIM_SoftwareElementVersionCheck methods

CIM_SoftwareElementVersionCheck has 1 methods (1 Derived)

NameOriginReturn
InvokeCIM_Checkuint32 {'out':True}

CIM_SoftwareElementVersionCheck properties

CIM_SoftwareElementVersionCheck has 13 properties (5 Local, 8 Derived)

NameOriginCIMType
key
CheckID
CIM_Check8 [string]
CheckModeCIM_Check11 [boolean]
DescriptionCIM_Check8 [string]
LowerSoftwareElementVersionCIM_SoftwareElementVersionCheck8 [STRING]
NameCIM_Check8 [string]
SoftwareElementIDCIM_Check8 [string]
SoftwareElementNameCIM_SoftwareElementVersionCheck8 [STRING]
SoftwareElementStateCIM_Check18 [uint16]
SoftwareElementStateDesiredCIM_SoftwareElementVersionCheck18 [UINT16]
TargetOperatingSystemCIM_Check18 [uint16]
TargetOperatingSystemDesiredCIM_SoftwareElementVersionCheck18 [UINT16]
UpperSoftwareElementVersionCIM_SoftwareElementVersionCheck8 [STRING]
VersionCIM_Check8 [string]

Detailed description of CIM_SoftwareElementVersionCheck methods

Derived methods (1) of CIM_SoftwareElementVersionCheck 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\ms_409 and in 4 namespaces

Detailed description of CIM_SoftwareElementVersionCheck properties

Local properties (5) of CIM_SoftwareElementVersionCheck class

LowerSoftwareElementVersion property
CIMTYPE'STRING'
Description' The minimum version of a software elements being checked.'
LowerSoftwareElementVersion property is in 1 class (CIM_SoftwareElementVersionCheck) of ROOT\CIMV2\ms_409 and in 2 namespaces
SoftwareElementName property
CIMTYPE'STRING'
Description' The name of the software element being checked. '
SoftwareElementName property is in 1 class (CIM_SoftwareElementVersionCheck) of ROOT\CIMV2\ms_409 and in 2 namespaces
SoftwareElementStateDesired property
CIMTYPE'UINT16'
Description' The state of the software element being checked.'
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementStateDesired property is in 1 class (CIM_SoftwareElementVersionCheck) of ROOT\CIMV2\ms_409 and in 2 namespaces
TargetOperatingSystemDesired property
CIMTYPE'UINT16'
Description' The target operating system of the software element being checked.'
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']
TargetOperatingSystemDesired property is in 1 class (CIM_SoftwareElementVersionCheck) of ROOT\CIMV2\ms_409 and in 2 namespaces
UpperSoftwareElementVersion property
CIMTYPE'STRING'
Description' The maximum version of a software elements being checked.'
UpperSoftwareElementVersion property is in 1 class (CIM_SoftwareElementVersionCheck) of ROOT\CIMV2\ms_409 and in 2 namespaces

Derived properties (8) of CIM_SoftwareElementVersionCheck class

CheckID property
CIMTYPE'string'
Description'An identifier used in conjunction with other keys to uniquely identify the check'
keyTrue
CheckID property is in 23 classes of ROOT\CIMV2\ms_409 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 '
CheckMode property is in 23 classes of ROOT\CIMV2\ms_409 and in 2 namespaces
Description property
CIMTYPE'string'
Description' A description of the objects.'
Description property is in 329 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
Name property
CIMTYPE'string'
Description'The name used to identify this software element'
Name property is in 306 classes of ROOT\CIMV2\ms_409 and in 142 namespaces
SoftwareElementID property
CIMTYPE'string'
Description' This is an identifier for this software element.'
SoftwareElementID property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
SoftwareElementState property
CIMTYPE'uint16'
Description' The software element state of a software element '
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\CIMV2\ms_409 and in 3 namespaces
TargetOperatingSystem property
CIMTYPE'uint16'
Description' The target operating system of the this software element.'
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\ms_409 and in 3 namespaces
Version property
CIMTYPE'string'
Description'Version should be in the form .. or .'
Version property is in 96 classes of ROOT\CIMV2\ms_409 and in 142 namespaces

CIM_SoftwareElementVersionCheck Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
AMENDMENTTrue
Description' The CIM_SoftwareElementVersionCheck class specifies a type of software element that must exist in the environment. This check can be for a specific, minimum, maximum or a range of versions. To specify a specific version the lower and upper versions must be the same. To specify a minimum the lower version needs only be specified. To specify a maximum version the upper version needs only be specified. To specify a range both upper and lower version need to be specified. The details of this checks are compared with the corresponding details found in a CIM_SoftwareElement object referenced by an CIM_InstalledSoftwareElement association for the CIM_ComputerSystem object. As long as there is at least one CIM_SoftwareElement that satisfies the details of the condition, the check is satisfied. In other words, all the software elements on the relevant computer system do not need to satisfy the condition. There needs to be at least one.'
LOCALE1033

CIM_SoftwareElementVersionCheck System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\CIMV2\ms_409:CIM_SoftwareElementVersionCheck'___SYSTEM8
__NAMESPACE'ROOT\CIMV2\ms_409'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_Check']___SYSTEM8
__PROPERTY_COUNT13___SYSTEM3
__RELPATH'CIM_SoftwareElementVersionCheck'___SYSTEM8
__DYNASTY'CIM_Check'___SYSTEM8
__SUPERCLASS'CIM_Check'___SYSTEM8
__CLASS'CIM_SoftwareElementVersionCheck'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to CIM_SoftwareElementVersionCheck

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