BgpGroupProps
Properties for defining a BgpGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.BgpGroupProps {
PeerAsn: interface{},
RouterId: interface{},
AuthKey: interface{},
Description: interface{},
IpVersion: interface{},
IsFakeAsn: interface{},
LocalAsn: interface{},
Name: interface{},
RouteQuota: interface{},
}
Properties
Name | Type | Description |
---|---|---|
PeerAsn |
interface{} |
Property peerAsn: The AS number of the BGP peer. |
RouterId |
interface{} |
Property routerId: The ID of the VBR. |
AuthKey |
interface{} |
Property authKey: The authentication key of the BGP group. |
Description |
interface{} |
Property description: The description of the BGP group. |
IpVersion |
interface{} |
Property ipVersion: The IP version of the BGP group. |
IsFakeAsn |
interface{} |
Property isFakeAsn: A router that runs BGP typically belongs to only one AS. |
LocalAsn |
interface{} |
Property localAsn: The AS number on the Alibaba Cloud side. |
Name |
interface{} |
Property name: The name of the BGP group. |
RouteQuota |
interface{} |
Property routeQuota: The upper limit of the BGP neighbor's route entries. |
PeerAsn
Required
PeerAsn interface{}
- Type: interface{}
Property peerAsn: The AS number of the BGP peer.
RouterId
Required
RouterId interface{}
- Type: interface{}
Property routerId: The ID of the VBR.
AuthKey
Optional
AuthKey interface{}
- Type: interface{}
Property authKey: The authentication key of the BGP group.
Description
Optional
Description interface{}
- Type: interface{}
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
IpVersion interface{}
- Type: interface{}
Property ipVersion: The IP version of the BGP group.
Valid values: IPv4 and IPv6.
IsFakeAsn
Optional
IsFakeAsn interface{}
- Type: interface{}
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
LocalAsn interface{}
- Type: interface{}
Property localAsn: The AS number on the Alibaba Cloud side.
Name
Optional
Name interface{}
- Type: interface{}
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
RouteQuota interface{}
- Type: interface{}
Property routeQuota: The upper limit of the BGP neighbor's route entries.
Unit: entries, default value: 110.