VirtualBorderRouterProps
Properties for defining a VirtualBorderRouter
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-virtualborderrouter
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VirtualBorderRouterProps {
object LocalGatewayIp,
object PeerGatewayIp,
object PeeringSubnetMask,
object PhysicalConnectionId,
object VlanId,
object CircuitCode = null,
object Description = null,
object Name = null
};
Properties
Name | Type | Description |
---|---|---|
LocalGatewayIp |
object |
Property localGatewayIp: The IP address of the VBR on the Alibaba Cloud side. |
PeerGatewayIp |
object |
Property peerGatewayIp: The IP address of the peer router interface of the VBR. |
PeeringSubnetMask |
object |
Property peeringSubnetMask: The subnet mask for the IP addresses of the VBR on the Alibaba Cloud side and on the user side. |
PhysicalConnectionId |
object |
Property physicalConnectionId: The ID of the physical connection. |
VlanId |
object |
Property vlanId: The VLAN ID of the VBR. |
CircuitCode |
object |
Property circuitCode: The circuit code provided by the Internet service provider (ISP) for the physical connection. |
Description |
object |
Property description: The description of the VBR. |
Name |
object |
Property name: The name of the VBR. |
LocalGatewayIp
Required
public object LocalGatewayIp { get; set; }
- Type: object
Property localGatewayIp: The IP address of the VBR on the Alibaba Cloud side.
PeerGatewayIp
Required
public object PeerGatewayIp { get; set; }
- Type: object
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.
PeeringSubnetMask
Required
public object PeeringSubnetMask { get; set; }
- Type: object
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.
PhysicalConnectionId
Required
public object PhysicalConnectionId { get; set; }
- Type: object
Property physicalConnectionId: The ID of the physical connection.
VlanId
Required
public object VlanId { get; set; }
- Type: object
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.
CircuitCode
Optional
public object CircuitCode { get; set; }
- Type: object
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.
Description
Optional
public object Description { get; set; }
- Type: object
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://.
Name
Optional
public object Name { get; set; }
- Type: object
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://.