/** * The RecoveryPlanProjection model module. * @module Ntnx/RecoveryPlanProjection * @version 4.3.1 * @class RecoveryPlanProjection * @extends RecoveryPlan * * @param { string } name Name of the recovery plan. * * @param { DisasterRecoveryLocation } primaryLocation * * @param { DisasterRecoveryLocation } recoveryLocation */ export default class RecoveryPlanProjection extends RecoveryPlan { } import RecoveryPlan from "./RecoveryPlan";