19 lines
578 B
Plaintext
19 lines
578 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Version ( "4.0.0" ),
|
|
Description (
|
|
"Represents a Management Presence Remote Service Access Point "
|
|
"(or an MPS) to be accessed by the Intel(R) AMT subsystem from "
|
|
"remote." )]
|
|
class AMT_ManagementPresenceRemoteSAP : CIM_RemoteServiceAccessPoint {
|
|
|
|
[Required, Description (
|
|
"The port to be used to establish a tunnel with the MPS." )]
|
|
uint16 Port;
|
|
|
|
[Description (
|
|
"A common name used when AccessInfo is an IP address." )]
|
|
string CN;
|
|
|
|
|
|
};
|