Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.MigrationStep
-
Packages that use MigrationStep Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of MigrationStep in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return MigrationStep Modifier and Type Method Description MigrationStep[]
MigrationDetail. getStepInfo()
Get 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type MigrationStep Modifier and Type Method Description void
MigrationDetail. setStepInfo(MigrationStep[] StepInfo)
Set 步骤信息,null表示还未开始迁移 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type MigrationStep Constructor Description MigrationStep(MigrationStep source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-