RecommendationConflictResolutionStrategy

RecommendationConflictResolutionStrategy
Recommendation Conflict Resolution Strategy

Strategy for resolving conflicts between the saved recommendation and current NSX policies (reused section only).

Strategy Description
NONE Return the saved recommendation; don't solve the conflict.
USE_LATEST_NSX_POLICY When conflicts exist (NSX policies modified after recommendation generation), discards the saved infra payload and regenerates it by re-applying the recommendation diff to the latest NSX policies. This preserves NSX changes while incorporating original recommended changes. Use this when you want to view latest policy with original recommended changes applied. Only supported for recommendations with a reused section that have a diff document.
USE_SAVED_RECOMMENDATION When conflicts exist, keeps the saved recommendation changes and updates revision numbers to match current NSX state, making it publishable. This will override any NSX changes made after recommendation result is modified. Use this when you want to view saved recommendation and make it compatible with current NSX. Requires an existing infra payload.
This data structure has no properties.
Enumeration: NONE, USE_LATEST_NSX_POLICY, USE_SAVED_RECOMMENDATION