TransformOfPreconfiguredAction defines the transforms used by a preconfigured IPsec action. Two, four or six SATransforms can be associated to a PreconfiguredSAAction (applied to the inbound and outbound traffic, as indicated by the Direction property of this association). The order of application of the SATransforms is implicitly defined in RFC2401. | Qualifiers:Version ( "2.8.0" ) MappingStrings { "IPSP Policy " "Model.IETF|TransformOfPreconfiguredAction" } UMLPackagePath ( "CIM::IPsecPolicy" ) Association | Parameters (local in grey) | | MappingStrings { "IPSP Policy Model.IETF|" "TransformOfPreconfiguredAction.SPI" } ModelCorrespondence { "CIM_IPsecSAEndpoint.SPI" } uint32 SPI ; The SPI property specifies the security parameter index to be used by the pre-configured action for the associated transform. | MappingStrings { "IPSP Policy Model.IETF|" "TransformOfPreconfiguredAction.Dependent" } Override ( "Dependent" ) CIM_PreconfiguredSAAction REF Dependent ; This defines the PreconfiguredSAAction which uses the AH, ESP, and/or IPCOMP transforms. | MappingStrings { "IPSP Policy Model.IETF|" "TransformOfPreconfiguredAction.Direction" } ModelCorrespondence { "CIM_IPsecSAEndpoint.InboundDirection" } boolean InboundDirection ; InboundDirection specifies whether the SA applies to inbound (TRUE) or outbound (FALSE) traffic. | Max ( 6 ) Min ( 2 ) MappingStrings { "IPSP Policy Model.IETF|" "TransformOfPreconfiguredAction.Antecedent" } Override ( "Antecedent" ) CIM_SATransform REF Antecedent ; This defines the type of transform used by the referenced PreconfiguredSAAction. A minimum of 2 and maximum of 6 transforms can be defined, for the inbound/outbound directions, representing AH, ESP, and/or an IPCOMP transforms. |
| | | | |
|