Skip to content

RosBgpGroupProps

Properties for defining a RosBgpGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosBgpGroupProps {
    PeerAsn: interface{},
    RouterId: interface{},
    AuthKey: interface{},
    Description: interface{},
    IpVersion: interface{},
    IsFakeAsn: interface{},
    LocalAsn: interface{},
    Name: interface{},
    RouteQuota: interface{},
}

Properties

Name Type Description
PeerAsn interface{} No description.
RouterId interface{} No description.
AuthKey interface{} No description.
Description interface{} No description.
IpVersion interface{} No description.
IsFakeAsn interface{} No description.
LocalAsn interface{} No description.
Name interface{} No description.
RouteQuota interface{} No description.

PeerAsnRequired

PeerAsn interface{}
  • Type: interface{}

RouterIdRequired

RouterId interface{}
  • Type: interface{}

AuthKeyOptional

AuthKey interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

IpVersionOptional

IpVersion interface{}
  • Type: interface{}

IsFakeAsnOptional

IsFakeAsn interface{}
  • Type: interface{}

LocalAsnOptional

LocalAsn interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

RouteQuotaOptional

RouteQuota interface{}
  • Type: interface{}