BMC_STATUS_PROPAGATION data class
The BMC_STATUS_PROPAGATION class defines the different pairs of component types whose instances can be related to one another through relationships, along with the propagation map to be used by those relationships.
This topic contains the following information about the BMC_STATUS_PROPAGATION data class:
Default service model data classes
BMC_STATUS_PROPAGATION class definition
The following figure shows the BAROC definition of the BMC_STATUS_PROPAGATION data class, which is located in the mc_sm_root.baroc file:
BMC_STATUS_PROPAGATION definition
BMC_STATUS_PROPAGATION ISA BMC_SIM_DATA DEFINES
{
name: STRING, key = yes;
provider_type: STRING, key = yes;
consumer_type: STRING, key = yes;
description: STRING;
};
END
BMC_STATUS_PROPAGATION inherits slots from BMC_SIM_DATA, which is shown in the following figure. BMC_SIM_DATA is located in the mc_sm_root.baroc file.
BMC_SIM_DATA definition
{
ReadSecurity : LIST_OF_STRING;
WriteSecurity : LIST_OF_STRING;
};
END
BMC_STATUS_PROPAGATION slots in alphabetical order
The following table alphabetically lists the class slots with their descriptions:
Status propagation slots in alphabetical order