public class CreatePhysicalConnectionSetupOrderRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
accessPointId
The ID of the access point.
|
Boolean |
autoPay
Specifies whether to enable automatic payment.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
lineOperator
The connectivity provider of the Express Connect circuit.
|
String |
ownerAccount |
Long |
ownerId |
String |
portType
The port type.
|
String |
redundantPhysicalConnectionId
The ID of the redundant Express Connect circuit.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
CreatePhysicalConnectionSetupOrderRequest() |
@NameInMap(value="AccessPointId") public String accessPointId
The ID of the access point.
This parameter is required.
example:ap-cn-beijing-ft-A
@NameInMap(value="AutoPay") public Boolean autoPay
Specifies whether to enable automatic payment. Valid values:
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. ClientToken can contain only ASCII characters.
example:If you do not set this parameter, the system automatically uses RequestId as ClientToken. RequestId of each API request may be different.
318BB676-0A2B-43A0-9AD8-F1D34E93750F
@NameInMap(value="LineOperator") public String lineOperator
The connectivity provider of the Express Connect circuit. Valid values:
This parameter is required.
example:CT
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PortType") public String portType
The port type. Valid values:
example:Whether 40GBase-LR and 100GBase-LR ports can be created is based on resource supplies. For more information, contact your business manager.
100Base-T
@NameInMap(value="RedundantPhysicalConnectionId") public String redundantPhysicalConnectionId
The ID of the redundant Express Connect circuit. The redundant Express Connect circuit must be in the Allocated, Confirmed, or Enabled state.
example:pc-bp10zsv5ntp****
@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-beijing
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public Long resourceOwnerId
public CreatePhysicalConnectionSetupOrderRequest()
public static CreatePhysicalConnectionSetupOrderRequest build(Map<String,?> map) throws Exception
Exception
public CreatePhysicalConnectionSetupOrderRequest setAccessPointId(String accessPointId)
public String getAccessPointId()
public CreatePhysicalConnectionSetupOrderRequest setAutoPay(Boolean autoPay)
public Boolean getAutoPay()
public CreatePhysicalConnectionSetupOrderRequest setClientToken(String clientToken)
public String getClientToken()
public CreatePhysicalConnectionSetupOrderRequest setLineOperator(String lineOperator)
public String getLineOperator()
public CreatePhysicalConnectionSetupOrderRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public CreatePhysicalConnectionSetupOrderRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public CreatePhysicalConnectionSetupOrderRequest setPortType(String portType)
public String getPortType()
public CreatePhysicalConnectionSetupOrderRequest setRedundantPhysicalConnectionId(String redundantPhysicalConnectionId)
public String getRedundantPhysicalConnectionId()
public CreatePhysicalConnectionSetupOrderRequest setRegionId(String regionId)
public String getRegionId()
public CreatePhysicalConnectionSetupOrderRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public CreatePhysicalConnectionSetupOrderRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
Copyright © 2024. All rights reserved.