public class UnassociatePhysicalConnectionFromVirtualBorderRouterRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
ownerAccount |
Long |
ownerId |
String |
physicalConnectionId
The ID of the Express Connect circuit.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vbrId
The ID of the VBR that you want to disassociate from the Express Connect circuit.
|
构造器和说明 |
---|
UnassociatePhysicalConnectionFromVirtualBorderRouterRequest() |
@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.
123e4567-e89b-12d3-a456-426655440000
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PhysicalConnectionId") public String physicalConnectionId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-bp1qrb3044eqixog****
@NameInMap(value="RegionId") public String regionId
The region ID of the Express Connect circuit.
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="VbrId") public String vbrId
The ID of the VBR that you want to disassociate from the Express Connect circuit.
This parameter is required.
example:vbr-bp16ksp61j7e0tkn*****
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest()
public static UnassociatePhysicalConnectionFromVirtualBorderRouterRequest build(Map<String,?> map) throws Exception
Exception
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setClientToken(String clientToken)
public String getClientToken()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setRegionId(String regionId)
public String getRegionId()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public UnassociatePhysicalConnectionFromVirtualBorderRouterRequest setVbrId(String vbrId)
public String getVbrId()
Copyright © 2024. All rights reserved.