19 lines
780 B
Plaintext
19 lines
780 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "6.0.0" ),
|
|
Description (
|
|
"The IPS_KvmSessionUsingPort is an association between "
|
|
"the CIM_RedirectionService that manages the KVM session "
|
|
"and the AMT_EthernetPortSettings instance that describes "
|
|
"the I/F port through which the session is managed" )]
|
|
class IPS_KvmSessionUsingPort : 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." )]
|
|
CIM_RedirectionService REF Dependent;
|
|
|
|
}; |