public class CreateVpconnFromVbrRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
orderMode
The payer for the shared Express Connect circuit.
|
String |
regionId
The region ID of the hosted connection.
|
String |
token
The client token that is used to ensure the idempotence of the request.
|
String |
vbrId
The ID of the associated VBR.
|
构造器和说明 |
---|
CreateVpconnFromVbrRequest() |
限定符和类型 | 方法和说明 |
---|---|
static CreateVpconnFromVbrRequest |
build(Map<String,?> map) |
Boolean |
getDryRun() |
String |
getOrderMode() |
String |
getRegionId() |
String |
getToken() |
String |
getVbrId() |
CreateVpconnFromVbrRequest |
setDryRun(Boolean dryRun) |
CreateVpconnFromVbrRequest |
setOrderMode(String orderMode) |
CreateVpconnFromVbrRequest |
setRegionId(String regionId) |
CreateVpconnFromVbrRequest |
setToken(String token) |
CreateVpconnFromVbrRequest |
setVbrId(String vbrId) |
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
@NameInMap(value="OrderMode") public String orderMode
The payer for the shared Express Connect circuit. Valid values:
PayByVirtualPhysicalConnectionOwner
@NameInMap(value="RegionId") public String regionId
The region ID of the hosted connection.
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 value, but you must ensure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:CBCE910E-D396-4944-8****
@NameInMap(value="VbrId") public String vbrId
The ID of the associated VBR.
This parameter is required.
example:vbr-bp136flp1mf8mlq6r****
public static CreateVpconnFromVbrRequest build(Map<String,?> map) throws Exception
Exception
public CreateVpconnFromVbrRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public CreateVpconnFromVbrRequest setOrderMode(String orderMode)
public String getOrderMode()
public CreateVpconnFromVbrRequest setRegionId(String regionId)
public String getRegionId()
public CreateVpconnFromVbrRequest setToken(String token)
public String getToken()
public CreateVpconnFromVbrRequest setVbrId(String vbrId)
public String getVbrId()
Copyright © 2024. All rights reserved.