VirtualBorderRouterProps
Properties for defining a VirtualBorderRouter.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-virtualborderrouter
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.VirtualBorderRouterProps {
LocalGatewayIp: interface{},
PeerGatewayIp: interface{},
PeeringSubnetMask: interface{},
PhysicalConnectionId: interface{},
VlanId: interface{},
CircuitCode: interface{},
Description: interface{},
Name: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
LocalGatewayIp |
interface{} |
Property localGatewayIp: The IP address of the VBR on the Alibaba Cloud side. |
PeerGatewayIp |
interface{} |
Property peerGatewayIp: The IP address of the peer router interface of the VBR. |
PeeringSubnetMask |
interface{} |
Property peeringSubnetMask: The subnet mask for the IP addresses of the VBR on the Alibaba Cloud side and on the user side. |
PhysicalConnectionId |
interface{} |
Property physicalConnectionId: The ID of the physical connection. |
VlanId |
interface{} |
Property vlanId: The VLAN ID of the VBR. |
CircuitCode |
interface{} |
Property circuitCode: The circuit code provided by the Internet service provider (ISP) for the physical connection. |
Description |
interface{} |
Property description: The description of the VBR. |
Name |
interface{} |
Property name: The name of the VBR. |
LocalGatewayIpRequired
LocalGatewayIp interface{}
- Type: interface{}
Property localGatewayIp: The IP address of the VBR on the Alibaba Cloud side.
PeerGatewayIpRequired
PeerGatewayIp interface{}
- Type: interface{}
Property peerGatewayIp: The IP address of the peer router interface of the VBR.
Only the owner of the VBR can set or modify the value. This parameter is required when you create a VBR for the owner of the physical connection. You can ignore this parameter when you create a VBR for another Alibaba Cloud account.
PeeringSubnetMaskRequired
PeeringSubnetMask interface{}
- Type: interface{}
Property peeringSubnetMask: The subnet mask for the IP addresses of the VBR on the Alibaba Cloud side and on the user side.
The two IP addresses must fall within the same subnet.
PhysicalConnectionIdRequired
PhysicalConnectionId interface{}
- Type: interface{}
Property physicalConnectionId: The ID of the physical connection.
VlanIdRequired
VlanId interface{}
- Type: interface{}
Property vlanId: The VLAN ID of the VBR.
Valid values: 0 to 2999. Note Only the owner of the physical connection can set this parameter. The VLAN IDs of two VBRs of the same physical connection must be different.
CircuitCodeOptional
CircuitCode interface{}
- Type: interface{}
Property circuitCode: The circuit code provided by the Internet service provider (ISP) for the physical connection.
Note Only the owner of the physical connection can set this parameter.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the VBR.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:// or https://.
NameOptional
Name interface{}
- Type: interface{}
Property name: The name of the VBR.
The name must be 2 to 128 characters in length, and can contain, digits, periods (.), underscores (_), and hyphens (-). The name cannot start with http:// or https://.