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 Bandwidth = null,
    object CircuitCode = null,
    object Description = null,
    object Name = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
LocalGatewayIp object Property localGatewayIp: The IP address of the VBR.
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.
Bandwidth object Property bandwidth: The bandwidth of the VBR instance, in Mbps.
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.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.

LocalGatewayIpRequired

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

Property localGatewayIp: The IP address of the VBR.

Only the owner of the VBR can set or modify this parameter. When you create a VBR for the owner of the Express Connect circuit, this parameter is required.


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.


BandwidthOptional

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

Property bandwidth: The bandwidth of the VBR instance, in Mbps.

  • When creating a VBR instance for a dedicated leased line, the values are 50, 100, 200, 300, 400, 500, 1000, 2048, 5120, 8192, 10240, 20480, 40960, 50120, 61440 and 102400.
  • When creating a VBR instance for a shared leased line, no configuration is required, and the bandwidth of the VBR is the shared leased line bandwidth set when creating the shared physical connection.

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 letters, digits, underscores (_), and hyphens (-). The name must start with a letter.


ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.