public class ModifyPhysicalConnectionAttributeRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
bandwidth
The bandwidth value for the connection over the Express Connect circuit.
|
String |
circuitCode
The circuit code of the Express Connect circuit.
|
String |
clientToken
The client token that is used to ensure the idempotence of the request.
|
String |
description
The description of the Express Connect circuit.
|
String |
lineOperator
The connectivity provider of the Express Connect circuit.
|
String |
name
The name of the Express Connect circuit.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerLocation
The geographical location of the data center.
|
String |
physicalConnectionId
The ID of the Express Connect circuit.
|
String |
portType
The port type of the Express Connect circuit.
|
String |
redundantPhysicalConnectionId
The ID of the redundant Express Connect circuit.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
构造器和说明 |
---|
ModifyPhysicalConnectionAttributeRequest() |
@NameInMap(value="CircuitCode") public String circuitCode
The circuit code of the Express Connect circuit. The circuit code is provided by the connectivity provider.
example:longtel001
@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.
efefe566754h
@NameInMap(value="Description") public String description
The description of the Express Connect circuit.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http://
or https://
.
The description of the Express Connect circuit.
@NameInMap(value="LineOperator") public String lineOperator
The connectivity provider of the Express Connect circuit. Valid values:
CT
@NameInMap(value="Name") public String name
The name of the Express Connect circuit.
The name must be 2 to 128 characters in length and can contain letters, digits, periods (.), underscores (_), and hyphens (-). It must start with a letter but cannot start with http://
or https://
.
Name
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PeerLocation") public String peerLocation
The geographical location of the data center.
example:XX Number, XX Road, XX Town, XX District, Hangzhou City, Zhejiang Province.
@NameInMap(value="PhysicalConnectionId") public String physicalConnectionId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-119mfjzm******
@NameInMap(value="PortType") public String portType
The port type of the Express Connect circuit. Valid values:
example:To use ports 40GBase-LR and 100GBase-LR, you must first contact your account manager.
1000Base-LX
@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-119mfjzm7
@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
@NameInMap(value="bandwidth") public Integer bandwidth
The bandwidth value for the connection over the Express Connect circuit. Unit: Mbit/s. Valid values: 2 to 10240.
example:5
public static ModifyPhysicalConnectionAttributeRequest build(Map<String,?> map) throws Exception
Exception
public ModifyPhysicalConnectionAttributeRequest setCircuitCode(String circuitCode)
public String getCircuitCode()
public ModifyPhysicalConnectionAttributeRequest setClientToken(String clientToken)
public String getClientToken()
public ModifyPhysicalConnectionAttributeRequest setDescription(String description)
public String getDescription()
public ModifyPhysicalConnectionAttributeRequest setLineOperator(String lineOperator)
public String getLineOperator()
public ModifyPhysicalConnectionAttributeRequest setName(String name)
public String getName()
public ModifyPhysicalConnectionAttributeRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public ModifyPhysicalConnectionAttributeRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public ModifyPhysicalConnectionAttributeRequest setPeerLocation(String peerLocation)
public String getPeerLocation()
public ModifyPhysicalConnectionAttributeRequest setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public ModifyPhysicalConnectionAttributeRequest setPortType(String portType)
public String getPortType()
public ModifyPhysicalConnectionAttributeRequest setRedundantPhysicalConnectionId(String redundantPhysicalConnectionId)
public String getRedundantPhysicalConnectionId()
public ModifyPhysicalConnectionAttributeRequest setRegionId(String regionId)
public String getRegionId()
public ModifyPhysicalConnectionAttributeRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public ModifyPhysicalConnectionAttributeRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public ModifyPhysicalConnectionAttributeRequest setBandwidth(Integer bandwidth)
public Integer getBandwidth()
Copyright © 2024. All rights reserved.