WS-Management > WS-Management Class Reference > AMT Classes > AMT_ManagementPresenceRemoteSAP

Class AMT_ManagementPresenceRemoteSAP

Used in features: Remote Access & User Initiated
Compatible with the following Intel AMT Releases: 4.0, 5.0, 5.1, 6.0, 6.1, 6.2, 7.0, 8.0, 8.1, 9.0, 9.5, 10.0, 11.0
CIM_ManagedElement
   extended by CIM_ManagedSystemElement
      extended by CIM_LogicalElement
         extended by CIM_EnabledLogicalElement
            extended by CIM_ServiceAccessPoint
               extended by CIM_RemoteServiceAccessPoint
                  extended by AMT_ManagementPresenceRemoteSAP


class AMT_ManagementPresenceRemoteSAP
extends CIM_RemoteServiceAccessPoint

General Information:
Represents a Management Presence Remote Service Access Point (or an MPS) to be accessed by the Intel(R) AMT subsystem from remote.

Qualifiers:
-------------
Version=4.0.0


Supported Fields Summary
 uint16 InfoFormat
An enumerated integer that describes the format and interpretation of the AccessInfo property. 206'Parameterized URL'- a URL containing ${parameterName} strings . . .
 string AccessInfo
Access or addressing information or a combination of this information for a remote connection . . .
 string ElementName
A user-friendly name for the object . . .
 string SystemCreationClassName Key
The CreationClassName of the scoping System.
 string SystemName Key
The Name of the scoping System.
 string CreationClassName Key
CreationClassName indicates the name of the class or the subclass used in the creation of an instance . . .
 string Name Key
The Name property uniquely identifies the ServiceAccessPoint and provides an indication of the functionality that is managed . . .
 uint16 Port
The port to be used to establish a tunnel with the MPS.
 string CN
A common name used when AccessInfo is an IP address.

Methods Summary
  Put(Instance)
Changes properties of the selected instance
  Get(Instance)
Gets the representation of the instance
  Delete()
Deletes an instance
  Pull(EnumerationContext, MaxElements)
Pulls instances of this class, following an Enumerate operation
  Enumerate()
Enumerates the instances of this class
  Release(EnumerationContext)
Releases an enumeration context

Field Detail

InfoFormat

public uint16 InfoFormat
General Information:
An enumerated integer that describes the format and interpretation of the AccessInfo property.
206'Parameterized URL'- a URL containing ${parameterName} strings. Those strings are intended to be replaced in their entirety by the value of the named parameter. The interpretation of such parameters is not defined by this subclass.
As an example use: If a parameter named 'CompanyURL' has a value of 'www.DMTF.org' and the value of AccessInfo was 'http:\${CompanyURL}', then the resultant URL is intended to be 'http:\www.dmtf.org'.

Product Specific Usage:
The supported values are 3 (IPv4 address), 4 (IPv6 address) ,201 (FQDN).

Qualifiers:
-------------
ValueMap={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={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}
ModelCorrespondence={CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription}


AccessInfo

public string AccessInfo
General Information:
Access or addressing information or a combination of this information for a remote connection. This information can be a host name, network address, or similar information.

Qualifiers:
-------------
ModelCorrespondence={CIM_RemoteServiceAccessPoint.InfoFormat}
MaxLen=256


ElementName

public string ElementName
General Information:
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information.
Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Intel(r) AMT:Management Presence Server"

Qualifiers:
-------------
MaxLen=41


SystemCreationClassName Key

public string SystemCreationClassName
General Information:
The CreationClassName of the scoping System.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "CIM_ComputerSystem"

Qualifiers:
-------------
Key
MaxLen=20
Propagated=CIM_System.CreationClassName


SystemName Key

public string SystemName
General Information:
The Name of the scoping System.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Intel(r) AMT"

Qualifiers:
-------------
Key
MaxLen=256
Propagated=CIM_System.Name


CreationClassName Key

public string CreationClassName
General Information:
CreationClassName indicates the name of the class or the subclass used in the creation of an instance. When used with the other key properties of this class, this property allows all instances of this class and its subclasses to be uniquely identified.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "AMT_ManagementPresenceRemoteSAP"

Qualifiers:
-------------
Key
MaxLen=33


Name Key

public string Name
General Information:
The Name property uniquely identifies the ServiceAccessPoint and provides an indication of the functionality that is managed. This functionality is described in more detail in the Description property of the object.

Product Specific Usage:
In Intel AMT Release 6.0 and later releases value is "Intel(r) AMT:Management Presence Server %d" where %d is the MPS handle

Qualifiers:
-------------
Key
Override=Name
MaxLen=64


Port

public uint16 Port
General Information:
The port to be used to establish a tunnel with the MPS.

Qualifiers:
-------------
Required


CN

public string CN
General Information:
A common name used when AccessInfo is an IP address.

Qualifiers:
-------------
MaxLen=256


Method Detail

Put

public  Put([IN]AMT_ManagementPresenceRemoteSAP Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_ADMINISTRATION_REALM

General Information:
Changes properties of the selected instance

Product Specific Usage:
The following properties must be included in any representation of AMT_ManagementPresenceRemoteSAP:

SystemCreationClassName
SystemName
CreationClassName
Name
Port


Get

public  Get([OUT]AMT_ManagementPresenceRemoteSAP Instance)
Permission Information:
Permitted realms: ADMIN_SECURITY_ADMINISTRATION_REALM, ADMIN_SECURITY_GENERAL_INFO_REALM

General Information:
Gets the representation of the instance

Delete

public  Delete()
Permission Information:
Permitted realms: ADMIN_SECURITY_ADMINISTRATION_REALM

General Information:
Deletes an instance

Product Specific Usage:
Removes an instance of AMT_ManagementPresenceRemoteSAP and any AMT_RemoteAccessCredentialContext associations that reference it. If the instance is associated with an AMT_MPSUsernamePassword instance, that instance is deleted as well.
An AMT_ManagementPresenceRemoteSAP instance cannot be deleted if it is associated with an AMT_RemoteAccessPolicyRule instance. The AMT_RemoteAccessPolicyRule instance should be deleted first.


Pull

public  Pull([IN]String EnumerationContext, [IN]String MaxElements)
Permission Information:
All users permitted to use method, only instances to whom the user has permissions will be returned

General Information:
Pulls instances of this class, following an Enumerate operation

Enumerate

public  Enumerate()
Permission Information:
All users permitted to use method

General Information:
Enumerates the instances of this class

Release

public  Release([IN]String EnumerationContext)
Permission Information:
All users permitted to use method

General Information:
Releases an enumeration context

Copyright © 2006-2022, Intel Corporation. All rights reserved.