(file) Return to CIM_RemoteAccessAvailableToElement.mof CVS log (file) (dir) Up to [OMI] / omi / share / omischema / CIM-2.32.0 / Network

File: [OMI] / omi / share / omischema / CIM-2.32.0 / Network / CIM_RemoteAccessAvailableToElement.mof (download)
Revision: 1.3, Mon Apr 20 17:20:27 2015 UTC (9 years, 2 months ago) by krisbash
Branch: MAIN
CVS Tags: OMI_1_0_8_2, OMI_1_0_8_1, HEAD
Changes since 1.2: +0 -0 lines
OMI 1.0.8-1

// Copyright (c) 2008 DMTF.  All rights reserved.
   [Association, Version ( "2.19.0" ), 
    UMLPackagePath ( "CIM::Network::Misc" ), 
    Description ( 
       "Describes an element\'s knowledge regarding accessing other "
       "(i.e., remote) Servers and Systems." )]
class CIM_RemoteAccessAvailableToElement : CIM_Dependency {

      [Override ( "Antecedent" ), 
       Description ( "The remote server or system." )]
   CIM_RemoteServiceAccessPoint REF Antecedent;

      [Override ( "Dependent" ), 
       Description ( 
          "The EnabledLogicalElement which has knowledge of the "
          "remote server or system." )]
   CIM_EnabledLogicalElement REF Dependent;

      [Description ( 
          "Indicates that this access information is defined as a "
          "default configuration for the system." )]
   boolean IsDefault;

      [Description ( 
          "When an element is accessing remote services and "
          "systems, it MAY be necessary to order those accesses. "
          "This property defines that ordering - where lower "
          "numbers indicate a higher priority for access. A value "
          "of 0 (default) indicates that ordering does not apply. "
          "If multiple RemoteAccessPoint instances have the same "
          "value for OrderOfAccess, then these AccessPoints MAY be "
          "used in any sequence defined by the implementation." )]
   uint16 OrderOfAccess = 0;


};

ViewCVS 0.9.2