public class RecoverPhysicalConnectionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
instanceId
The ID of the Express Connect circuit.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
token
The client token that is used to ensure the idempotence of the request.
|
构造器和说明 |
---|
RecoverPhysicalConnectionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static RecoverPhysicalConnectionRequest |
build(Map<String,?> map) |
Boolean |
getDryRun() |
String |
getInstanceId() |
String |
getRegionId() |
String |
getToken() |
RecoverPhysicalConnectionRequest |
setDryRun(Boolean dryRun) |
RecoverPhysicalConnectionRequest |
setInstanceId(String instanceId) |
RecoverPhysicalConnectionRequest |
setRegionId(String regionId) |
RecoverPhysicalConnectionRequest |
setToken(String token) |
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
@NameInMap(value="InstanceId") public String instanceId
The ID of the Express Connect circuit.
You can resume only shared Express Connect circuits by calling this API operation.
This parameter is required.
example:pc-bp1mrgfbtmc9brre7****
@NameInMap(value="RegionId") public String regionId
The region ID of the Express Connect circuit.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Token") public String token
The client token that is used to ensure the idempotence of the request.
You can use the client to generate the token, but you must make sure that the token is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:CBCE910E-D396-4944-8****
public static RecoverPhysicalConnectionRequest build(Map<String,?> map) throws Exception
Exception
public RecoverPhysicalConnectionRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public RecoverPhysicalConnectionRequest setInstanceId(String instanceId)
public String getInstanceId()
public RecoverPhysicalConnectionRequest setRegionId(String regionId)
public String getRegionId()
public RecoverPhysicalConnectionRequest setToken(String token)
public String getToken()
Copyright © 2024. All rights reserved.