public class EnablePhysicalConnectionRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
byPassSp
Specifies whether to skip the order lifecycle.
|
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 where the Express Connect circuit is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
EnablePhysicalConnectionRequest() |
限定符和类型 | 方法和说明 |
---|---|
static EnablePhysicalConnectionRequest |
build(Map<String,?> map) |
Boolean |
getByPassSp() |
String |
getClientToken() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getPhysicalConnectionId() |
String |
getRegionId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
EnablePhysicalConnectionRequest |
setByPassSp(Boolean byPassSp) |
EnablePhysicalConnectionRequest |
setClientToken(String clientToken) |
EnablePhysicalConnectionRequest |
setOwnerAccount(String ownerAccount) |
EnablePhysicalConnectionRequest |
setOwnerId(Long ownerId) |
EnablePhysicalConnectionRequest |
setPhysicalConnectionId(String physicalConnectionId) |
EnablePhysicalConnectionRequest |
setRegionId(String regionId) |
EnablePhysicalConnectionRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
EnablePhysicalConnectionRequest |
setResourceOwnerId(Long resourceOwnerId) |
@NameInMap(value="ByPassSp") public Boolean byPassSp
Specifies whether to skip the order lifecycle. Valid values:
example:To use this feature, you must contact your account manager.
false
@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 value, but you must make sure that it is unique among different requests. The token can contain only ASCII characters and cannot exceed 64 characters in length.
example:02fb3da4-130e-11e9-8e44-0016e04115b
@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-119mfjz****
@NameInMap(value="RegionId") public String regionId
The region where the Express Connect circuit is deployed.
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 EnablePhysicalConnectionRequest build(Map<String,?> map) throws Exception
Exception
public EnablePhysicalConnectionRequest setByPassSp(Boolean byPassSp)
public Boolean getByPassSp()
public EnablePhysicalConnectionRequest setClientToken(String clientToken)
public String getClientToken()
public EnablePhysicalConnectionRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public EnablePhysicalConnectionRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public EnablePhysicalConnectionRequest setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public EnablePhysicalConnectionRequest setRegionId(String regionId)
public String getRegionId()
public EnablePhysicalConnectionRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public EnablePhysicalConnectionRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.