public class DescribeVSwitchAttributesRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
dryRun
Specifies whether to perform only a dry run, without performing the actual request.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the virtual private cloud (VPC) to which the custom route table belongs.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vSwitchId
The ID of the vSwitch.
|
构造器和说明 |
---|
DescribeVSwitchAttributesRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DescribeVSwitchAttributesRequest |
build(Map<String,?> map) |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVSwitchId() |
DescribeVSwitchAttributesRequest |
setDryRun(Boolean dryRun) |
DescribeVSwitchAttributesRequest |
setOwnerAccount(String ownerAccount) |
DescribeVSwitchAttributesRequest |
setOwnerId(Long ownerId) |
DescribeVSwitchAttributesRequest |
setRegionId(String regionId) |
DescribeVSwitchAttributesRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DescribeVSwitchAttributesRequest |
setResourceOwnerId(Long resourceOwnerId) |
DescribeVSwitchAttributesRequest |
setVSwitchId(String vSwitchId) |
@NameInMap(value="DryRun") public Boolean dryRun
Specifies whether to perform only a dry run, without performing the actual request. Valid values:
DryRunOperation
error code is returned.false
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The region ID of the virtual private cloud (VPC) to which the custom route table belongs.
You can call the DescribeRegions operation to query the most recent region list.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VSwitchId") public String vSwitchId
The ID of the vSwitch.
This parameter is required.
example:vsw-25naue4g****
public static DescribeVSwitchAttributesRequest build(Map<String,?> map) throws Exception
Exception
public DescribeVSwitchAttributesRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DescribeVSwitchAttributesRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DescribeVSwitchAttributesRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DescribeVSwitchAttributesRequest setRegionId(String regionId)
public String getRegionId()
public DescribeVSwitchAttributesRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DescribeVSwitchAttributesRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DescribeVSwitchAttributesRequest setVSwitchId(String vSwitchId)
public String getVSwitchId()
Copyright © 2024. All rights reserved.