public class ApplyPhysicalConnectionLOARequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo |
限定符和类型 | 字段和说明 |
---|---|
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 the Express Connect circuit.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerLocation
The geographic location where the Express Connect circuit is deployed.
|
List<ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo> |
PMInfo
The information about the construction engineer.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
si
The construction company.
|
构造器和说明 |
---|
ApplyPhysicalConnectionLOARequest() |
@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. The client 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="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 the 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<ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo> PMInfo
The information about the construction engineer.
@NameInMap(value="PeerLocation") public String peerLocation
The geographic location where the Express Connect circuit is deployed.
example:cn-hangzhou
@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="Si") public String si
The construction company.
This parameter is required.
example:company
public static ApplyPhysicalConnectionLOARequest build(Map<String,?> map) throws Exception
Exception
public ApplyPhysicalConnectionLOARequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
public ApplyPhysicalConnectionLOARequest setClientToken(String clientToken)
public String getClientToken()
public ApplyPhysicalConnectionLOARequest setCompanyName(String companyName)
public String getCompanyName()
public ApplyPhysicalConnectionLOARequest setConstructionTime(String constructionTime)
public String getConstructionTime()
public ApplyPhysicalConnectionLOARequest setInstanceId(String instanceId)
public String getInstanceId()
public ApplyPhysicalConnectionLOARequest setLineType(String lineType)
public String getLineType()
public ApplyPhysicalConnectionLOARequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ApplyPhysicalConnectionLOARequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ApplyPhysicalConnectionLOARequest setPMInfo(List<ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo> PMInfo)
public List<ApplyPhysicalConnectionLOARequest.ApplyPhysicalConnectionLOARequestPMInfo> getPMInfo()
public ApplyPhysicalConnectionLOARequest setPeerLocation(String peerLocation)
public String getPeerLocation()
public ApplyPhysicalConnectionLOARequest setRegionId(String regionId)
public String getRegionId()
public ApplyPhysicalConnectionLOARequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ApplyPhysicalConnectionLOARequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ApplyPhysicalConnectionLOARequest setSi(String si)
public String getSi()
Copyright © 2024. All rights reserved.