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