public class AssociatePhysicalConnectionToVirtualBorderRouterRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
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 |
enableIpv6
Specifies whether to enable IPv6.
|
String |
localGatewayIp
The IP address of the gateway device on the Alibaba Cloud side.
|
String |
localIpv6GatewayIp
The IPv6 address of the gateway device on the Alibaba Cloud side.
|
String |
ownerAccount |
Long |
ownerId |
String |
peerGatewayIp
The IP address of the gateway device on the user side.
|
String |
peeringIpv6SubnetMask
The subnet mask of the IPv6 addresses of the gateway devices on the user side and Alibaba Cloud side.
|
String |
peeringSubnetMask
The subnet mask of the IP addresses of the VBR and the gateway device in the data center.
|
String |
peerIpv6GatewayIp
The IPv6 address of the gateway device in the data center.
|
String |
physicalConnectionId
The ID of the Express Connect circuit.
|
String |
regionId
The region ID of the Express Connect circuit.
|
String |
resourceOwnerAccount |
Long |
resourceOwnerId |
String |
vbrId
The ID of the VBR.
|
String |
vlanId
The VLAN ID of the VBR.
|
构造器和说明 |
---|
AssociatePhysicalConnectionToVirtualBorderRouterRequest() |
@NameInMap(value="CircuitCode") public String circuitCode
The circuit code of the Express Connect circuit. The circuit code is provided by the connectivity provider.
example:Only the Express Connect circuit owner can specify this parameter.
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 token can contain only ASCII characters and cannot exceed 64 characters in length.
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="EnableIpv6") public String enableIpv6
Specifies whether to enable IPv6. Valid values:
false
@NameInMap(value="LocalGatewayIp") public String localGatewayIp
The IP address of the gateway device on the Alibaba Cloud side.
example:192.168.XX.XX
@NameInMap(value="LocalIpv6GatewayIp") public String localIpv6GatewayIp
The IPv6 address of the gateway device on the Alibaba Cloud side.
example:2001:XXXX:3c4d:0015:0000:0000:0000:1a2b
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public Long ownerId
@NameInMap(value="PeerGatewayIp") public String peerGatewayIp
The IP address of the gateway device on the user side.
192.168.XX.XX
@NameInMap(value="PeerIpv6GatewayIp") public String peerIpv6GatewayIp
The IPv6 address of the gateway device in the data center.
2001:XXXX:4:4:4:4:4:4
@NameInMap(value="PeeringIpv6SubnetMask") public String peeringIpv6SubnetMask
The subnet mask of the IPv6 addresses of the gateway devices on the user side and Alibaba Cloud side.
The two IPv6 addresses must fall within the same subnet.
example:2408:4004:cc:400::/56
@NameInMap(value="PeeringSubnetMask") public String peeringSubnetMask
The subnet mask of the IP addresses of the VBR and the gateway device in the data center.
The two IP addresses must fall within the same subnet.
example:255.255.255.0
@NameInMap(value="PhysicalConnectionId") public String physicalConnectionId
The ID of the Express Connect circuit.
This parameter is required.
example:pc-bp1qrb3044eqixog****
@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="VbrId") public String vbrId
The ID of the VBR.
This parameter is required.
example:vbr-bp186tnz6rijyhj******
@NameInMap(value="VlanId") public String vlanId
The VLAN ID of the VBR. Valid values: 0 to 2999.
Only the Express Connect circuit owner can specify this parameter. Two VBRs associated with the same Express Connect circuit cannot use the same VLAN ID.
This parameter is required.
example:123
public AssociatePhysicalConnectionToVirtualBorderRouterRequest()
public static AssociatePhysicalConnectionToVirtualBorderRouterRequest build(Map<String,?> map) throws Exception
Exception
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setCircuitCode(String circuitCode)
public String getCircuitCode()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setClientToken(String clientToken)
public String getClientToken()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setEnableIpv6(String enableIpv6)
public String getEnableIpv6()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setLocalGatewayIp(String localGatewayIp)
public String getLocalGatewayIp()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setLocalIpv6GatewayIp(String localIpv6GatewayIp)
public String getLocalIpv6GatewayIp()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setOwnerId(Long ownerId)
public Long getOwnerId()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setPeerGatewayIp(String peerGatewayIp)
public String getPeerGatewayIp()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setPeerIpv6GatewayIp(String peerIpv6GatewayIp)
public String getPeerIpv6GatewayIp()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setPeeringIpv6SubnetMask(String peeringIpv6SubnetMask)
public String getPeeringIpv6SubnetMask()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setPeeringSubnetMask(String peeringSubnetMask)
public String getPeeringSubnetMask()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setPhysicalConnectionId(String physicalConnectionId)
public String getPhysicalConnectionId()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setRegionId(String regionId)
public String getRegionId()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setResourceOwnerId(Long resourceOwnerId)
public Long getResourceOwnerId()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setVbrId(String vbrId)
public String getVbrId()
public AssociatePhysicalConnectionToVirtualBorderRouterRequest setVlanId(String vlanId)
public String getVlanId()
Copyright © 2024. All rights reserved.