public static final class CreatePhysicalConnectionSetupOrderRequest.Builder extends Object
public CreatePhysicalConnectionSetupOrderRequest.Builder accessPointId(String accessPointId)
public CreatePhysicalConnectionSetupOrderRequest.Builder autoPay(Boolean autoPay)
* **false** (default): disables automatic payment. * **true**
public CreatePhysicalConnectionSetupOrderRequest.Builder clientToken(String clientToken)
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. > 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.
public CreatePhysicalConnectionSetupOrderRequest.Builder lineOperator(String lineOperator)
* **CT**: China Telecom * **CU**: China Unicom * **CM**: China Mobile * **CO**: other connectivity providers in the Chinese mainland * **Equinix**: Equinix * **Other**: other connectivity providers outside the Chinese mainland
public CreatePhysicalConnectionSetupOrderRequest.Builder ownerAccount(String ownerAccount)
public CreatePhysicalConnectionSetupOrderRequest.Builder ownerId(Long ownerId)
public CreatePhysicalConnectionSetupOrderRequest.Builder portType(String portType)
* **100Base-T**: 100 Mbit/s copper Ethernet port * **1000Base-T** (default): 1,000 Mbit/s copper Ethernet port * **1000Base-LX**: 1,000 Mbit/s single-mode optical port (10 km) * **10GBase-T**: 10,000 Mbit/s copper Ethernet port * **10GBase-LR**: 10,000 Mbit/s single-mode optical port (10 km) * **40GBase-LR**: 40,000 Mbit/s single-mode optical port * **100GBase-LR**: 100,000 Mbit/s single-mode optical port > Whether 40GBase-LR and 100GBase-LR ports can be created depends on resource supplies. For more information, contact your account manager.
public CreatePhysicalConnectionSetupOrderRequest.Builder redundantPhysicalConnectionId(String redundantPhysicalConnectionId)
public CreatePhysicalConnectionSetupOrderRequest.Builder regionId(String regionId)
You can call the [DescribeRegions](~~36063~~) operation to query the most recent region list.
public CreatePhysicalConnectionSetupOrderRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public CreatePhysicalConnectionSetupOrderRequest.Builder resourceOwnerId(Long resourceOwnerId)
public CreatePhysicalConnectionSetupOrderRequest build()
Copyright © 2024. All rights reserved.