public class DeleteVSwitchCidrReservationRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken |
Boolean |
dryRun |
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The ID of the region where the vSwitch is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vSwitchCidrReservationId
The ID of the reserved CIDR block.
|
构造器和说明 |
---|
DeleteVSwitchCidrReservationRequest() |
限定符和类型 | 方法和说明 |
---|---|
static DeleteVSwitchCidrReservationRequest |
build(Map<String,?> map) |
String |
getClientToken() |
Boolean |
getDryRun() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getVSwitchCidrReservationId() |
DeleteVSwitchCidrReservationRequest |
setClientToken(String clientToken) |
DeleteVSwitchCidrReservationRequest |
setDryRun(Boolean dryRun) |
DeleteVSwitchCidrReservationRequest |
setOwnerAccount(String ownerAccount) |
DeleteVSwitchCidrReservationRequest |
setOwnerId(Long ownerId) |
DeleteVSwitchCidrReservationRequest |
setRegionId(String regionId) |
DeleteVSwitchCidrReservationRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
DeleteVSwitchCidrReservationRequest |
setResourceOwnerId(Long resourceOwnerId) |
DeleteVSwitchCidrReservationRequest |
setVSwitchCidrReservationId(String vSwitchCidrReservationId) |
@NameInMap(value="ClientToken") public String clientToken
@NameInMap(value="DryRun") public Boolean dryRun
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="RegionId") public String regionId
The ID of the region where the vSwitch is deployed.
You can call the DescribeRegions operation to query the most recent region list.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="VSwitchCidrReservationId") public String vSwitchCidrReservationId
The ID of the reserved CIDR block.
This parameter is required.
example:vcr-bp1m12saqteraw3rp****
public static DeleteVSwitchCidrReservationRequest build(Map<String,?> map) throws Exception
Exception
public DeleteVSwitchCidrReservationRequest setClientToken(String clientToken)
public String getClientToken()
public DeleteVSwitchCidrReservationRequest setDryRun(Boolean dryRun)
public Boolean getDryRun()
public DeleteVSwitchCidrReservationRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public DeleteVSwitchCidrReservationRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public DeleteVSwitchCidrReservationRequest setRegionId(String regionId)
public String getRegionId()
public DeleteVSwitchCidrReservationRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public DeleteVSwitchCidrReservationRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public DeleteVSwitchCidrReservationRequest setVSwitchCidrReservationId(String vSwitchCidrReservationId)
public String getVSwitchCidrReservationId()
Copyright © 2024. All rights reserved.