// Copyright (c) 2005 DMTF. All rights reserved. // Add UmlPackagePath // qualifier values to CIM Schema. // ================================================================== // CIM_HostedBGPRouteMap // ================================================================== [Association, Version ( "2.6.0" ), UMLPackagePath ( "CIM::Network::BGP" ), Description ( "A BGPRouteMap is weak to the AutonomousSystem that contains " "it. This association formalizes that relationship." )] class CIM_HostedBGPRouteMap : CIM_HostedDependency { [Override ( "Antecedent" ), Min ( 1 ), Max ( 1 ), Description ( "The AutonomousSystem that scopes the BGPRouteMap." )] CIM_AutonomousSystem REF Antecedent; [Override ( "Dependent" ), Weak, Description ( "The BGPRouteMap defined in the context of the AutonomousSystem." )] CIM_BGPRouteMap REF Dependent; };