Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
AccessContext | uint16 | |
Description | string | AccessContext shall specify a Management Service (10). |
ModelCorrespondence | string | CIM_RemoteServiceAccessPoint.OtherAccessContext |
Override | string | AccessContext |
ValueMap | string | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, .., 32768..65535 |
Values | string | Unknown, Other, Default Gateway, DNS Server, SNMP Trap Destination, MPLS Tunnel Destination, DHCP Server, SMTP Server, LDAP Server, Network Time Protocol (NTP) Server, Management Service, DMTF Reserved, Vendor Reserved |
AccessInfo | string | |
Description | string | The URL may contain ${ParameterName} strings. The client is responsible for replacing such strings with the values of the corresponding parameters. (See the properties Parameter<Name, Description, Type, Constraint, and Derivation> below for various ways for a client to obtain those values. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ParameterName, CIM_LaunchInContextSAP.InfoFormat |
Override | string | AccessInfo |
InfoFormat | uint16 | |
Description | string | InfoFormat shall contain either 200(URL) or 206(Paramterized URL). |
ModelCorrespondence | string | CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription |
Override | string | InfoFormat |
ValueMap | string | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 100, 101, 102, 103, 104, 200, 201, 202, 203, 204, 205, 206, .., 32768..65535 |
Values | string | Other, Host Name, IPv4 Address, IPv6 Address, IPX Address, DECnet Address, SNA Address, Autonomous System Number, MPLS Label, IPv4 Subnet Address, IPv6 Subnet Address, IPv4 Address Range, IPv6 Address Range, Dial String, Ethernet Address, Token Ring Address, ATM Address, Frame Relay Address, URL, FQDN, User FQDN, DER ASN1 DN, DER ASN1 GN, Key ID, Parameterized URL, DMTF Reserved, Vendor Reserved |
LaunchMessage | string | |
Description | string | LaunchMessage is a template for a message, to be sent to the URL specified in the AccessContext property. Like the AccessInfo property, this template may contain parameter value placeholders as ${ParameterName}, where ParameterName matches an entry in the ParameterName property. The format of the template is defined by the protocol specified by the value of the LaunchMessageProtocol.
The client that uses this information to send a request is responsible for understanding the side-effects of passing the message. For instance if the message causes a service to be invoked, the client is responsible for handling reply messages. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.LaunchMessageProtocolOperation |
LaunchMessageProtocolOperation | uint16 | 3 |
Description | string | This enumeration defines the protocol used to send the LaunchMessage.
The format shall be orgName:protocolName:protocolVersion:protocolOperation,where orgName shall be a trademarked, or otherwise owned name of the defining organization, protocolName together with protocolVersion shall name protocol defined by that organization and protocolOperation shall name an operation of the protocol. |
ValueMap | string | 2, 3, 4, 5, .., 32768..65535 |
Values | string | IETF:HTTP:1.0:GET, IETF:HTTP:1.0:POST, IETF:HTTP:1.1:GET, IETF:HTTP:1.1:POST, DMTF Reserved, Vendor Specific |
ManagementIsRestricted | boolean | false |
Description | string | This property, together with ManagementIsRestricted defines the set of instances exposed in the namespace of this instance, that may be managed by the service addressed by this instance.
If the value of this boolean is false, then all instances exposed by the namespace which are kinds of the classes named in the entries of ManagedClasses may be managed by the addressed service. If true, then only those instances that are associated via CIM_ManagedSAP may be managed by the addressed service. This value shall be true if such associations exist. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ManagedClasses |
ManagedClasses | string[] | |
Description | string | This property, together with ManagementIsRestricted defines the set of instances exposed in the namespace of this instance, that may be managed by the service addressed by this instance.
The entries of this property identify the classes that such instances must be a kind of. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ManagementIsRestricted |
ParameterConstraints | string[] | |
ArrayType | string | Indexed |
Description | string | Each non-empty entry specifies additional constraints on the corresponding parameter value beyond those that can be inferred from the corresponding ParameterType entry.
Each entry shall be empty if the corresponding ParameterDerivation value is not empty or null. Otherwise, this shall be an OCL Invariant constraint that limits the values of the string.
The OCL context, and therefore, the 'self' variable shall refer to the parameter's value.
For patterns, the OCL syntax is extended to include the use string function 'Like()' with the regular expression grammar as defined in DSP0200 Annex C, (http://www.dmtf.org/standards/published_documents/DSP0202_1.0.0.pdf). |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ParameterName |
ParameterDerivation | string[] | |
ArrayType | string | Indexed |
Description | string | Each non empty entry shall specify a derivation for the value of the corresponding ParameterName property. Each derivation shall be specified as an OCL Derive constraint. (See OMG Object Constraint Language, v2.0, http://www.omg.org/technology/documents/spec_catalog.htm)
If specified, the derivation context is an instance of CIM_ManagedElement specified in the GetDerivedParametersForElement method of this class. The derivation context and the 'derive:' keywords are not explicitly specified here.
Example: to return the Caption of the specified element, the entry would contain the string: "self.Caption".
On retrieval, the values returned by the method are used to replace the corresponding ${ParameterName} string in Accessinfo or LaunchMessage. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ParameterName, CIM_LaunchInContextSAP.GetDerivedparametersForElement |
ParameterDescription | string[] | |
ArrayType | string | Indexed |
Description | string | Provides information about each parameter to display for each entry. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ParameterName |
ParameterName | string[] | |
ArrayType | string | Indexed |
Description | string | Each entry specifies the name of a parameter specified in the URL string stored in the AccessInfo property as ${ParameterName}.
Parameter names should have the format orgName:specName:specVersion:parameterName. In this format: orgName shall be a trademarked, or otherwise owned name of the defining organization, specName together with specVersion shall name a specification within that organization and parameterName shall be a name defined by the specification.
For DMTF defined parameters: orgName shall be 'DMTF'; specName shall be the DSP name of the specification defining the parameter; and specVersion shall have the form M.N.E where M is the major version number, N is the minor version number, and E shall be the errata number. Each number shall not include leading zeros. |
ParameterType | uint16[] | |
ArrayType | string | Indexed |
Description | string | Each entry specifies the type of the corresponding entry in the ParameterName property. If not specified, 3(string) is assumed.Note, ParameterConstraint entries can be used to specify valid value ranges. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.ParameterName |
ValueMap | string | 2, 3, 4, 5, 6, .., 0x8000..0xFFFF |
Values | string | Integer, String, Boolean, Real, DateTime, DMTF Reserved, Vendor Specific |
SupportedFeatureDescription | string[] | |
ArrayType | string | Indexed |
Description | string | Each entry describes the corresponding feature named in SupportedFeatureName.
Each entry should describe the required parameters and related information used to select the feature when the service is launched. |
ModelCorrespondence | string | CIM_LaunchInContextSAP.SupportedFeatureName |
SupportedFeatureName | string[] | |
ArrayType | string | Indexed |
Description | string | Each entry names a feature supported by the service addressed by AccessInfo.
Feature names shall have the format orgName:specName:specVersion:featureName,where orgName shall be a trademarked, or otherwise owned name of the defining organization, specName together with specVersion shall name a specification within that organization and featureName shall be a name defined by the specification.
For DMTF defined features: orgName shall be 'DMTF'; specName shall be the DSP name of a management profile; and specVersion shall have the form M.N.E where M is the major version number, N is the minor version number, and E shall be the errata number. Each number shall not include leading zeros. |