20 lines
755 B
Plaintext
20 lines
755 B
Plaintext
// Copyright (c) 2007-2010, Intel Corporation. All rights reserved.
|
|
[Association, Version ( "6.0.0" ),
|
|
Description (
|
|
"The IPS_SessionUsingPort is an association between "
|
|
"a service class that represents a management session "
|
|
"and the AMT_EthernetPortSettings instance that describes "
|
|
"the I/F port through which the session is managed" )]
|
|
class IPS_SessionUsingPort : CIM_Dependency {
|
|
|
|
[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_Service REF Dependent;
|
|
|
|
};
|