public static class DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authKey
The key used by the BGP group.
|
String |
bgpGroupId
The ID of the BGP group.
|
String |
description
The description of the BGP group.
|
String |
hold
The hold time to receive BGP messages.
|
String |
ipVersion
The IP version of the BGP group.
|
String |
isFake
Indicates whether the ASN is fake.
|
String |
keepalive
The keepalive time.
|
String |
localAsn
The ASN of the device on the Alibaba Cloud side.
|
String |
name
The name of the BGP group.
|
String |
peerAsn
The autonomous system number (ASN) of the on-premises device in the data center.
|
String |
regionId
The ID of the region to which the BGP group belongs.
|
String |
routeLimit
The maximum number of route entries for BGP dynamic route learning.
|
String |
routerId
The ID of the VBR.
|
String |
status
The status of the BGP group.
|
构造器和说明 |
---|
DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup() |
@NameInMap(value="AuthKey") public String authKey
The key used by the BGP group.
example:!PWZ****
@NameInMap(value="BgpGroupId") public String bgpGroupId
The ID of the BGP group.
example:bgpg-bp1k25cyp26cllath****
@NameInMap(value="Description") public String description
The description of the BGP group.
example:The description of the BGP group.
@NameInMap(value="Hold") public String hold
The hold time to receive BGP messages. Unit: seconds.
example:If no message is received within the hold time, the BGP peer is considered disconnected.
30
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the BGP group. Valid values:
IPv4
@NameInMap(value="IsFake") public String isFake
Indicates whether the ASN is fake. Valid values:
true
@NameInMap(value="Keepalive") public String keepalive
The keepalive time. Unit: seconds.
example:10
@NameInMap(value="LocalAsn") public String localAsn
The ASN of the device on the Alibaba Cloud side.
example:45104
@NameInMap(value="Name") public String name
The name of the BGP group.
example:name
@NameInMap(value="PeerAsn") public String peerAsn
The autonomous system number (ASN) of the on-premises device in the data center.
example:1****
@NameInMap(value="RegionId") public String regionId
The ID of the region to which the BGP group belongs.
example:cn-shanghai
@NameInMap(value="RouteLimit") public String routeLimit
The maximum number of route entries for BGP dynamic route learning.
example:99
@NameInMap(value="RouterId") public String routerId
The ID of the VBR.
example:vbr-bp1ctxy813985gkuk****
@NameInMap(value="Status") public String status
The status of the BGP group.
example:Available
public DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup()
public static DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup build(Map<String,?> map) throws Exception
Exception
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setAuthKey(String authKey)
public String getAuthKey()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setBgpGroupId(String bgpGroupId)
public String getBgpGroupId()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setDescription(String description)
public String getDescription()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setHold(String hold)
public String getHold()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setIsFake(String isFake)
public String getIsFake()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setKeepalive(String keepalive)
public String getKeepalive()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setLocalAsn(String localAsn)
public String getLocalAsn()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setName(String name)
public String getName()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setPeerAsn(String peerAsn)
public String getPeerAsn()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setRegionId(String regionId)
public String getRegionId()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setRouteLimit(String routeLimit)
public String getRouteLimit()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setRouterId(String routerId)
public String getRouterId()
public DescribeBgpGroupsResponseBody.DescribeBgpGroupsResponseBodyBgpGroupsBgpGroup setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.