public class SecondApplyPhysicalConnectionLOARequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
SecondApplyPhysicalConnectionLOARequest.SecondApplyPhysicalConnectionLOARequestPMInfo |
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The bandwidth of the Express Connect circuit.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
companyName
The name of the customer company that requires the Express Connect circuit.
|
String |
constructionTime
The time when construction started.
|
String |
instanceId
The ID of the Express Connect circuit.
|
String |
lineType
The type of Express Connect circuit.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerLocation
The geographic location where the Express Connect circuit is deployed.
|
List<SecondApplyPhysicalConnectionLOARequest.SecondApplyPhysicalConnectionLOARequestPMInfo> |
PMInfo
The information about the construction engineer.
|
String |
regionId
The region where the Express Connect circuit is deployed.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
si
The construction company.
|
构造器和说明 |
---|
SecondApplyPhysicalConnectionLOARequest() |
@NameInMap(value="Bandwidth") public Integer bandwidth
The bandwidth of the Express Connect circuit. Unit: Mbit/s.
Valid values: 2 to 10240.
example:3
@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.
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="CompanyName") public String companyName
The name of the customer company that requires the Express Connect circuit.
This parameter is required.
example:company
@NameInMap(value="ConstructionTime") public String constructionTime
The time when construction started. Specify the time in the ISO 8601 standard in the YYYY-MM-DDThh:mm:ssZ format. The time is displayed in UTC.
This parameter is required.
example:2022-02-28T16:00:00Z
@NameInMap(value="InstanceId") public String instanceId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-bp1qrb3044eqi****
@NameInMap(value="LineType") public String lineType
The type of Express Connect circuit. Valid values:
This parameter is required.
example:FIBRE
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PMInfo") public List<SecondApplyPhysicalConnectionLOARequest.SecondApplyPhysicalConnectionLOARequestPMInfo> PMInfo
The information about the construction engineer.
@NameInMap(value="PeerLocation") public String peerLocation
The geographic location where the Express Connect circuit is deployed.
example:XX Number, XX Road, XX Town, XX District, Hangzhou City, Zhejiang Province.
@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-hangzhou
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
@NameInMap(value="Si") public String si
The construction company.
This parameter is required.
example:company
public static SecondApplyPhysicalConnectionLOARequest build(Map<String,?> map) throws Exception
Exception
public SecondApplyPhysicalConnectionLOARequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public SecondApplyPhysicalConnectionLOARequest setClientToken(String clientToken)
public String getClientToken()
public SecondApplyPhysicalConnectionLOARequest setCompanyName(String companyName)
public String getCompanyName()
public SecondApplyPhysicalConnectionLOARequest setConstructionTime(String constructionTime)
public String getConstructionTime()
public SecondApplyPhysicalConnectionLOARequest setInstanceId(String instanceId)
public String getInstanceId()
public SecondApplyPhysicalConnectionLOARequest setLineType(String lineType)
public String getLineType()
public SecondApplyPhysicalConnectionLOARequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public SecondApplyPhysicalConnectionLOARequest setOwnerId(Long ownerId)
public Long getOwnerId()
public SecondApplyPhysicalConnectionLOARequest setPMInfo(List<SecondApplyPhysicalConnectionLOARequest.SecondApplyPhysicalConnectionLOARequestPMInfo> PMInfo)
public List<SecondApplyPhysicalConnectionLOARequest.SecondApplyPhysicalConnectionLOARequestPMInfo> getPMInfo()
public SecondApplyPhysicalConnectionLOARequest setPeerLocation(String peerLocation)
public String getPeerLocation()
public SecondApplyPhysicalConnectionLOARequest setRegionId(String regionId)
public String getRegionId()
public SecondApplyPhysicalConnectionLOARequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public SecondApplyPhysicalConnectionLOARequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public SecondApplyPhysicalConnectionLOARequest setSi(String si)
public String getSi()
Copyright © 2024. All rights reserved.