public class MigrateToOtherZoneRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
body |
Boolean |
dryRun
Verify whether the zone node can be migrated. true indicates that the data is only verified and the migration task is not executed. false indicates that the migration task is executed after the verification is successful.
|
构造器和说明 |
---|
MigrateToOtherZoneRequest() |
限定符和类型 | 方法和说明 |
---|---|
static MigrateToOtherZoneRequest |
build(Map<String,?> map) |
String |
getBody() |
Boolean |
getDryRun() |
MigrateToOtherZoneRequest |
setBody(String body) |
MigrateToOtherZoneRequest |
setDryRun(Boolean dryRun) |
@NameInMap(value="body") public String body
@NameInMap(value="dryRun") public Boolean dryRun
Verify whether the zone node can be migrated. true indicates that the data is only verified and the migration task is not executed. false indicates that the migration task is executed after the verification is successful.
This parameter is required.
public static MigrateToOtherZoneRequest build(Map<String,?> map) throws Exception
Exception
public MigrateToOtherZoneRequest setBody(String body)
public String getBody()
public MigrateToOtherZoneRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
Copyright © 2024. All rights reserved.