Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.MigrateSource
-
Packages that use MigrateSource Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of MigrateSource in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return MigrateSource Modifier and Type Method Description MigrateSource
CreateMigrationRequest. getSource()
Get 迁移源MigrateSource
DescribeMigrationDetailResponse. getSource()
Get 迁移源MigrateSource
ModifyMigrationRequest. getSource()
Get 迁移源,若不填则不修改Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type MigrateSource Modifier and Type Method Description void
CreateMigrationRequest. setSource(MigrateSource Source)
Set 迁移源void
DescribeMigrationDetailResponse. setSource(MigrateSource Source)
Set 迁移源void
ModifyMigrationRequest. setSource(MigrateSource Source)
Set 迁移源,若不填则不修改Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type MigrateSource Constructor Description MigrateSource(MigrateSource 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.
-