BgpGroupProps
Properties for defining a BgpGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup
Initializer
import { BgpGroupProps } from '@alicloud/ros-cdk-vpc'
const bgpGroupProps: BgpGroupProps = { ... }
Properties
Name | Type | Description |
---|---|---|
peerAsn |
number | @alicloud/ros-cdk-core.IResolvable |
Property peerAsn: The AS number of the BGP peer. |
routerId |
string | @alicloud/ros-cdk-core.IResolvable |
Property routerId: The ID of the VBR. |
authKey |
string | @alicloud/ros-cdk-core.IResolvable |
Property authKey: The authentication key of the BGP group. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: The description of the BGP group. |
ipVersion |
string | @alicloud/ros-cdk-core.IResolvable |
Property ipVersion: The IP version of the BGP group. |
isFakeAsn |
boolean | @alicloud/ros-cdk-core.IResolvable |
Property isFakeAsn: A router that runs BGP typically belongs to only one AS. |
localAsn |
number | @alicloud/ros-cdk-core.IResolvable |
Property localAsn: The AS number on the Alibaba Cloud side. |
name |
string | @alicloud/ros-cdk-core.IResolvable |
Property name: The name of the BGP group. |
routeQuota |
number | @alicloud/ros-cdk-core.IResolvable |
Property routeQuota: The upper limit of the BGP neighbor's route entries. |
peerAsn
Required
public readonly peerAsn: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property peerAsn: The AS number of the BGP peer.
routerId
Required
public readonly routerId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property routerId: The ID of the VBR.
authKey
Optional
public readonly authKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property authKey: The authentication key of the BGP group.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: The description of the BGP group.
The description must be 2 to 256 characters in length. It must start with a letter but cannot start with http:\/\/ or https:\/\/.
ipVersion
Optional
public readonly ipVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property ipVersion: The IP version of the BGP group.
Valid values: IPv4 and IPv6.
isFakeAsn
Optional
public readonly isFakeAsn: boolean | IResolvable;
- Type: boolean | @alicloud/ros-cdk-core.IResolvable
Property isFakeAsn: A router that runs BGP typically belongs to only one AS.
In some cases, for example, the AS needs to be migrated or is merged with another AS, a new AS number replaces the original one.
localAsn
Optional
public readonly localAsn: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property localAsn: The AS number on the Alibaba Cloud side.
name
Optional
public readonly name: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property name: The name of the BGP group.
The name must be 2 to 128 characters in length and can contain digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter but cannot start with http:\/\/ or https:\/\/.
routeQuota
Optional
public readonly routeQuota: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property routeQuota: The upper limit of the BGP neighbor's route entries.
Unit: entries, default value: 110.