public class AttachVbrToVpconnRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
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 VBR.
|
String |
vpconnId
The ID of the hosted connection.
|
构造器和说明 |
---|
AttachVbrToVpconnRequest() |
限定符和类型 | 方法和说明 |
---|---|
static AttachVbrToVpconnRequest |
build(Map<String,?> map) |
Boolean |
getDryRun() |
String |
getRegionId() |
String |
getToken() |
String |
getVbrId() |
String |
getVpconnId() |
AttachVbrToVpconnRequest |
setDryRun(Boolean dryRun) |
AttachVbrToVpconnRequest |
setRegionId(String regionId) |
AttachVbrToVpconnRequest |
setToken(String token) |
AttachVbrToVpconnRequest |
setVbrId(String vbrId) |
AttachVbrToVpconnRequest |
setVpconnId(String vpconnId) |
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
false
@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 VBR.
This parameter is required.
example:vbr-bp133sn3nwjvu7twc****
@NameInMap(value="VpconnId") public String vpconnId
The ID of the hosted connection.
This parameter is required.
example:pc-bp1mrgfbtmc9brre7****
public static AttachVbrToVpconnRequest build(Map<String,?> map) throws Exception
Exception
public AttachVbrToVpconnRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public AttachVbrToVpconnRequest setRegionId(String regionId)
public String getRegionId()
public AttachVbrToVpconnRequest setToken(String token)
public String getToken()
public AttachVbrToVpconnRequest setVbrId(String vbrId)
public String getVbrId()
public AttachVbrToVpconnRequest setVpconnId(String vpconnId)
public String getVpconnId()
Copyright © 2024. All rights reserved.