RosBgpGroupProps
Properties for defining a RosBgpGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-bgpgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosBgpGroupProps {
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 |
No description. |
RouterId |
object |
No description. |
AuthKey |
object |
No description. |
Description |
object |
No description. |
IpVersion |
object |
No description. |
IsFakeAsn |
object |
No description. |
LocalAsn |
object |
No description. |
Name |
object |
No description. |
RouteQuota |
object |
No description. |
PeerAsn
Required
public object PeerAsn { get; set; }
- Type: object
RouterId
Required
public object RouterId { get; set; }
- Type: object
AuthKey
Optional
public object AuthKey { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
IpVersion
Optional
public object IpVersion { get; set; }
- Type: object
IsFakeAsn
Optional
public object IsFakeAsn { get; set; }
- Type: object
LocalAsn
Optional
public object LocalAsn { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
RouteQuota
Optional
public object RouteQuota { get; set; }
- Type: object