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

Class AMT_RemoteAccessPolicyAppliesToMPS

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_PolicySetAppliesToElement
   extended by AMT_RemoteAccessPolicyAppliesToMPS


Association class AMT_RemoteAccessPolicyAppliesToMPS
extends CIM_PolicySetAppliesToElement

General Information:
This class associates a Management Presence Server with a Remote Access Policy rule. When a Policy Rule is triggered, the Intel(R) AMT subsystem will attempt to connect to the MpServers associated with the triggered policy in the order by which the associations were created. This order is indicated in the OrderOfAccess field where lower numbers indicate a higher priority.

Qualifiers:
-------------
Association
Version=6.0.0


Supported Fields Summary
 REF AMT_RemoteAccessPolicyRule PolicySet Key
The Remote Access policy rule that is currently applied to the MpServer.
 REF AMT_ManagementPresenceRemoteSAP ManagedElement Key
The MpServer to which the policy applies.
 uint16 OrderOfAccess
This field indicates in what order will the Intel(R) AMT subsystem attempt to connect to the referenced MpServer when the referenced Remote Access policy is triggered.
 uint16 MpsType
This field indicates if the MpServer is to be used inside or outside of the organization, or both . . .

Methods Summary
  Create(Instance, ResourceCreated)
Creates a new instance of this class
  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

PolicySet Key

public REF AMT_RemoteAccessPolicyRule PolicySet
General Information:
The Remote Access policy rule that is currently applied to the MpServer.

Qualifiers:
-------------
Key
Override=PolicySet


ManagedElement Key

public REF AMT_ManagementPresenceRemoteSAP ManagedElement
General Information:
The MpServer to which the policy applies.

Qualifiers:
-------------
Key
Override=ManagedElement


OrderOfAccess

public uint16 OrderOfAccess
General Information:
This field indicates in what order will the Intel(R) AMT subsystem attempt to connect to the referenced MpServer when the referenced Remote Access policy is triggered.


MpsType

public uint16 MpsType
General Information:
This field indicates if the MpServer is to be used inside or outside of the organization, or both. Default is outside (0).

Qualifiers:
-------------
ValueMap={0, 1, 2}
Values={External MPS, Internal MPS, Both}


Method Detail

Create

public  Create([IN]AMT_RemoteAccessPolicyAppliesToMPS Instance, [OUT] REF AMT_RemoteAccessPolicyAppliesToMPS ResourceCreated)
Permission Information:
Permitted realms: ADMIN_SECURITY_ADMINISTRATION_REALM

General Information:
Creates a new instance of this class

Product Specific Usage:
Creates an instance of AMT_RemoteAccessPolicyAppliesToMPS.
A call for “Create” will fail if the given policy is already associated with the maximum number of MpServers allowed in the system. This limit is indicated in AMT_RemoteAccessCapabilities.MaxMpsPerPolicy
The OrderOfAccess field is not writable and is determined by instance creation order.


Put

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

General Information:
Changes properties of the selected instance

Product Specific Usage:
Updates the fields of a given AMT_RemoteAccessPolicyAppliesToMPS instance.
Only the ManagedElement field is writable.


Get

public  Get([OUT]AMT_RemoteAccessPolicyAppliesToMPS Instance)
Permission Information:
The permissions of this method depend upon the context of its usage

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 AMT_RemoteAccessPolicyAppliesToMPS instance.
A call to “Delete” will fail if the given instance is the only instance associating the AMT_RemoteAccessPolicyRule instance with an AMT_ManagementPresenceRemoteSAP instance.


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.