public static final class MigrateToOtherZoneRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
MigrateToOtherZoneRequest.Builder |
body(String body)
body.
|
MigrateToOtherZoneRequest |
build() |
MigrateToOtherZoneRequest.Builder |
dryRun(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.Builder |
instanceId(String instanceId)
The ID of the instance.
|
public MigrateToOtherZoneRequest.Builder instanceId(String instanceId)
public MigrateToOtherZoneRequest.Builder body(String body)
public MigrateToOtherZoneRequest.Builder dryRun(Boolean dryRun)
public MigrateToOtherZoneRequest build()
Copyright © 2024. All rights reserved.