BgpGroupProps
Properties for defining a BgpGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new BgpGroupProps {
object PeerAsn,
object RouterId,
object AuthKey = null,
object Description = null,
object IpVersion = null,
object IsFakeAsn = null,
object LocalAsn = null,
object Name = null,
object RouteQuota = null
};
Properties
| Name | Type | Description |
|---|---|---|
PeerAsn |
object |
Property peerAsn: The AS number of the BGP peer. |
RouterId |
object |
Property routerId: The ID of the VBR. |
AuthKey |
object |
Property authKey: The authentication key of the BGP group. |
Description |
object |
Property description: The description of the BGP group. |
IpVersion |
object |
Property ipVersion: The IP version of the BGP group. |
IsFakeAsn |
object |
Property isFakeAsn: A router that runs BGP typically belongs to only one AS. |
LocalAsn |
object |
Property localAsn: The AS number on the Alibaba Cloud side. |
Name |
object |
Property name: The name of the BGP group. |
RouteQuota |
object |
Property routeQuota: The upper limit of the BGP neighbor's route entries. |
PeerAsnRequired
public object PeerAsn { get; set; }
- Type: object
Property peerAsn: The AS number of the BGP peer.
RouterIdRequired
public object RouterId { get; set; }
- Type: object
Property routerId: The ID of the VBR.
AuthKeyOptional
public object AuthKey { get; set; }
- Type: object
Property authKey: The authentication key of the BGP group.
DescriptionOptional
public object Description { get; set; }
- Type: object
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://.
IpVersionOptional
public object IpVersion { get; set; }
- Type: object
Property ipVersion: The IP version of the BGP group.
Valid values: IPv4 and IPv6.
IsFakeAsnOptional
public object IsFakeAsn { get; set; }
- Type: object
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.
LocalAsnOptional
public object LocalAsn { get; set; }
- Type: object
Property localAsn: The AS number on the Alibaba Cloud side.
NameOptional
public object Name { get; set; }
- Type: object
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://.
RouteQuotaOptional
public object RouteQuota { get; set; }
- Type: object
Property routeQuota: The upper limit of the BGP neighbor's route entries.
Unit: entries, default value: 110.