public class CompletePhysicalConnectionLOARequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
Boolean |
finishWork
Specifies whether the construction is completed.
|
String |
instanceId
The ID of the Express Connect circuit.
|
String |
lineCode
The circuit code provided by the connectivity provider.
|
String |
lineLabel
The label of the cable in the data center.
|
String |
lineServiceProvider
The ISP.
|
String |
lineSPContactInfo
The contact information about line O\&M.
|
String |
ownerAccount |
Long |
ownerId |
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CompletePhysicalConnectionLOARequest() |
@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 ensure that it is unique among different requests.
example:If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId of each API request may be different.
02fb3da4-230e-11e9-8e44-0016e04115b
@NameInMap(value="FinishWork") public Boolean finishWork
Specifies whether the construction is completed. Valid values:
true
@NameInMap(value="InstanceId") public String instanceId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-bp10tvlhnwkw****
@NameInMap(value="LineCode") public String lineCode
The circuit code provided by the connectivity provider.
example:aaa111****
@NameInMap(value="LineLabel") public String lineLabel
The label of the cable in the data center.
example:bbb222****
@NameInMap(value="LineSPContactInfo") public String lineSPContactInfo
The contact information about line O\&M.
example:1388888****
@NameInMap(value="LineServiceProvider") public String lineServiceProvider
The ISP. Valid values:
Other ISPs in China
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@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 CompletePhysicalConnectionLOARequest build(Map<String,?> map) throws Exception
Exception
public CompletePhysicalConnectionLOARequest setClientToken(String clientToken)
public String getClientToken()
public CompletePhysicalConnectionLOARequest setFinishWork(Boolean finishWork)
public Boolean getFinishWork()
public CompletePhysicalConnectionLOARequest setInstanceId(String instanceId)
public String getInstanceId()
public CompletePhysicalConnectionLOARequest setLineCode(String lineCode)
public String getLineCode()
public CompletePhysicalConnectionLOARequest setLineLabel(String lineLabel)
public String getLineLabel()
public CompletePhysicalConnectionLOARequest setLineSPContactInfo(String lineSPContactInfo)
public String getLineSPContactInfo()
public CompletePhysicalConnectionLOARequest setLineServiceProvider(String lineServiceProvider)
public String getLineServiceProvider()
public CompletePhysicalConnectionLOARequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CompletePhysicalConnectionLOARequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CompletePhysicalConnectionLOARequest setRegionId(String regionId)
public String getRegionId()
public CompletePhysicalConnectionLOARequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CompletePhysicalConnectionLOARequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.