Skip to content

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.

LocalGatewayIpRequired

public object LocalGatewayIp { get; set; }
  • Type: object

Property localGatewayIp: The IP address of the VBR on the Alibaba Cloud side.


PeerGatewayIpRequired

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.


PeeringSubnetMaskRequired

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.


PhysicalConnectionIdRequired

public object PhysicalConnectionId { get; set; }
  • Type: object

Property physicalConnectionId: The ID of the physical connection.


VlanIdRequired

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.


CircuitCodeOptional

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.


DescriptionOptional

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://.


NameOptional

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://.