public class ConfirmPhysicalConnectionRequest
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 |
构造器和说明 |
---|
ConfirmPhysicalConnectionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static ConfirmPhysicalConnectionRequest |
build(Map<String,?> map) |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPhysicalConnectionId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
ConfirmPhysicalConnectionRequest |
setClientToken(String clientToken) |
ConfirmPhysicalConnectionRequest |
setOwnerAccount(String ownerAccount) |
ConfirmPhysicalConnectionRequest |
setOwnerId(Long ownerId) |
ConfirmPhysicalConnectionRequest |
setPhysicalConnectionId(String physicalConnectionId) |
ConfirmPhysicalConnectionRequest |
setRegionId(String regionId) |
ConfirmPhysicalConnectionRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
ConfirmPhysicalConnectionRequest |
setResourceOwnerId(Long resourceOwnerId) |
@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 and cannot exceed 64 characters in length.
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.
02fb3da4-130e-11e9-8e44-0016e0****
@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-119mf****
@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-shanghai
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public static ConfirmPhysicalConnectionRequest build(Map<String,?> map) throws Exception
Exception
public ConfirmPhysicalConnectionRequest setClientToken(String clientToken)
public String getClientToken()
public ConfirmPhysicalConnectionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ConfirmPhysicalConnectionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ConfirmPhysicalConnectionRequest setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public ConfirmPhysicalConnectionRequest setRegionId(String regionId)
public String getRegionId()
public ConfirmPhysicalConnectionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ConfirmPhysicalConnectionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.