20 lines
781 B
Plaintext
20 lines
781 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "6.0.0" ),
|
|
Description (
|
|
"The IPS_SolSessionUsingPort is an association between "
|
|
"the AMT_RedirectionService that manages the SOL session "
|
|
"and the AMT_EthernetPortSettings instance that describes "
|
|
"the I/F port through which the session is managed" )]
|
|
class IPS_SolSessionUsingPort : IPS_SessionUsingPort {
|
|
|
|
[Override ( "Antecedent" ),
|
|
Description ( "The settings of the port through which the session is performed." )]
|
|
AMT_EthernetPortSettings REF Antecedent;
|
|
|
|
[Override ( "Dependent" ),
|
|
Description (
|
|
"The Service that represents the management session." )]
|
|
AMT_RedirectionService REF Dependent;
|
|
|
|
};
|