public class DescribeVbrHaRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region in which the VBR is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vbrHaId
The ID of the VBR failover group.
|
String |
vbrId
The VBR ID.
|
构造器和说明 |
---|
DescribeVbrHaRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeVbrHaRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVbrHaId() |
String |
getVbrId() |
DescribeVbrHaRequest |
setClientToken(String clientToken) |
DescribeVbrHaRequest |
setDryRun(Boolean dryRun) |
DescribeVbrHaRequest |
setOwnerAccount(String ownerAccount) |
DescribeVbrHaRequest |
setOwnerId(Long ownerId) |
DescribeVbrHaRequest |
setRegionId(String regionId) |
DescribeVbrHaRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeVbrHaRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeVbrHaRequest |
setVbrHaId(String vbrHaId) |
DescribeVbrHaRequest |
setVbrId(String vbrId) |
@NameInMap(value="ClientToken") public String clientToken
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.
example:If you do not specify this parameter, the system automatically uses the request ID as the client token. The request ID may be different for each request.
CBCE910E-D396-4944-8****
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid Values:
DRYRUN.SUCCESS
is returned.false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the VBR is deployed.
This parameter is required.
example:cn-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VbrHaId") public String vbrHaId
The ID of the VBR failover group.
example:vbrha-sa1sxheuxtd98****
@NameInMap(value="VbrId") public String vbrId
The VBR ID.
example:vbr-bp1jcg5cmxjbl9xgc****
public static DescribeVbrHaRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVbrHaRequest setClientToken(String clientToken)
public String getClientToken()
public DescribeVbrHaRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeVbrHaRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVbrHaRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVbrHaRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVbrHaRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVbrHaRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVbrHaRequest setVbrHaId(String vbrHaId)
public String getVbrHaId()
public DescribeVbrHaRequest setVbrId(String vbrId)
public String getVbrId()
Copyright © 2024. All rights reserved.