Share via


IMigrationOperations Interface

Definition

Migration of Legacy Appliance

public interface IMigrationOperations
type IMigrationOperations = interface
Public Interface IMigrationOperations

Methods

BeginUpdateDataContainerMigrationStatusAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec for update data container statusThe rest api updates the status of volume container migration from target device to service for all volume container in the specified config

BeginUpdateMigrationConfirmStatusAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec for update confirm migration statusThe rest api updates the confirm (commit/rollback) status from target appliance to service for all data container in the specified config

BeginUpdateMigrationPlanAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec update migration plan rest apiThe rest api updates the migration plan from target appliance to service for all volume container(s) in the specified config

ConfirmMigrationAsync(String, MigrationConfirmStatusRequest, CustomRequestHeaders, CancellationToken)

Hydra spec for confirm migration rest apiThe rest api confirms the commit or rollback of the migrated data containers for all data container in the specified config

GetAllMigrationPlanAsync(CustomRequestHeaders, CancellationToken)

Hydra spec for Get all migration rest apiThe rest api returns the config ids for all configs imported against the selected storsimple resource

GetDataContainerMigrationStatusAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec for Get data container migration statusThe rest api returns the status of volume container migration status from service for all volume container in the specified config

GetMigrationConfirmStatusAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec for get confirm migration status rest apiThe rest api gets the confirm (commit/rollback) status from service for all volume container in the specified config

GetMigrationPlanAsync(String, CustomRequestHeaders, CancellationToken)

Hydra spec for get migration planThe rest api get the migration plan from service for all volume container(s) in the specified config

ImportLegacyApplianceConfigAsync(String, LegacyApplianceConfig, CustomRequestHeaders, CancellationToken)

Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service

MigrationImportDataContainerAsync(String, MigrationImportDataContainerRequest, CustomRequestHeaders, CancellationToken)

Hydra spec for import data container rest apiThe rest api initiates the migration of volume containers for all/specific data container(s) in the given config

StartMigrationPlanAsync(MigrationPlanStartRequest, CustomRequestHeaders, CancellationToken)

Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config

UpdateDataContainerMigrationStatusAsync(String, CustomRequestHeaders, CancellationToken)
UpdateMigrationConfirmStatusAsync(String, CustomRequestHeaders, CancellationToken)
UpdateMigrationPlanAsync(String, CustomRequestHeaders, CancellationToken)

Extension Methods

BeginUpdateDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for update data container statusThe rest api updates the status of volume container migration from target device to service for all volume container in the specified config

BeginUpdateDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for update data container statusThe rest api updates the status of volume container migration from target device to service for all volume container in the specified config

BeginUpdateMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for update confirm migration statusThe rest api updates the confirm (commit/rollback) status from target appliance to service for all data container in the specified config

BeginUpdateMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for update confirm migration statusThe rest api updates the confirm (commit/rollback) status from target appliance to service for all data container in the specified config

BeginUpdateMigrationPlan(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec update migration plan rest apiThe rest api updates the migration plan from target appliance to service for all volume container(s) in the specified config

BeginUpdateMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec update migration plan rest apiThe rest api updates the migration plan from target appliance to service for all volume container(s) in the specified config

ConfirmMigration(IMigrationOperations, String, MigrationConfirmStatusRequest, CustomRequestHeaders)

Hydra spec for confirm migration rest apiThe rest api confirms the commit or rollback of the migrated data containers for all data container in the specified config

ConfirmMigrationAsync(IMigrationOperations, String, MigrationConfirmStatusRequest, CustomRequestHeaders)

Hydra spec for confirm migration rest apiThe rest api confirms the commit or rollback of the migrated data containers for all data container in the specified config

GetAllMigrationPlan(IMigrationOperations, CustomRequestHeaders)

Hydra spec for Get all migration rest apiThe rest api returns the config ids for all configs imported against the selected storsimple resource

GetAllMigrationPlanAsync(IMigrationOperations, CustomRequestHeaders)

Hydra spec for Get all migration rest apiThe rest api returns the config ids for all configs imported against the selected storsimple resource

GetDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for Get data container migration statusThe rest api returns the status of volume container migration status from service for all volume container in the specified config

GetDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for Get data container migration statusThe rest api returns the status of volume container migration status from service for all volume container in the specified config

GetMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for get confirm migration status rest apiThe rest api gets the confirm (commit/rollback) status from service for all volume container in the specified config

GetMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for get confirm migration status rest apiThe rest api gets the confirm (commit/rollback) status from service for all volume container in the specified config

GetMigrationPlan(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for get migration planThe rest api get the migration plan from service for all volume container(s) in the specified config

GetMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders)

Hydra spec for get migration planThe rest api get the migration plan from service for all volume container(s) in the specified config

ImportLegacyApplianceConfig(IMigrationOperations, String, LegacyApplianceConfig, CustomRequestHeaders)

Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service

ImportLegacyApplianceConfigAsync(IMigrationOperations, String, LegacyApplianceConfig, CustomRequestHeaders)

Hydra spec for import legacy appliance config rest api.The rest api imports the legacy config to the service

MigrationImportDataContainer(IMigrationOperations, String, MigrationImportDataContainerRequest, CustomRequestHeaders)

Hydra spec for import data container rest apiThe rest api initiates the migration of volume containers for all/specific data container(s) in the given config

MigrationImportDataContainerAsync(IMigrationOperations, String, MigrationImportDataContainerRequest, CustomRequestHeaders)

Hydra spec for import data container rest apiThe rest api initiates the migration of volume containers for all/specific data container(s) in the given config

StartMigrationPlan(IMigrationOperations, MigrationPlanStartRequest, CustomRequestHeaders)

Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config

StartMigrationPlanAsync(IMigrationOperations, MigrationPlanStartRequest, CustomRequestHeaders)

Hydra spec for start migration plan rest APIThe rest api starts the estimation of time taken by migration for all/specific volume container(s) in the given config

UpdateDataContainerMigrationStatus(IMigrationOperations, String, CustomRequestHeaders)
UpdateDataContainerMigrationStatusAsync(IMigrationOperations, String, CustomRequestHeaders)
UpdateMigrationConfirmStatus(IMigrationOperations, String, CustomRequestHeaders)
UpdateMigrationConfirmStatusAsync(IMigrationOperations, String, CustomRequestHeaders)
UpdateMigrationPlan(IMigrationOperations, String, CustomRequestHeaders)
UpdateMigrationPlanAsync(IMigrationOperations, String, CustomRequestHeaders)

Applies to