public static class DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authKey
The authentication key of the BGP routing protocol.
|
Long |
localAsn
The ASN on the Alibaba Cloud side.
|
String |
localBgpIp
The BGP IP address on the Alibaba Cloud side.
|
Long |
peerAsn
The ASN of the peer.
|
String |
peerBgpIp
The BGP IP address of the peer.
|
String |
status
The negotiation state of the BGP routing protocol.
|
String |
tunnelCidr
The BGP CIDR block of the IPsec-VPN connection.
|
构造器和说明 |
---|
DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig() |
@NameInMap(value="AuthKey") public String authKey
The authentication key of the BGP routing protocol.
example:AuthKey****
@NameInMap(value="LocalAsn") public Long localAsn
The ASN on the Alibaba Cloud side.
example:65531
@NameInMap(value="LocalBgpIp") public String localBgpIp
The BGP IP address on the Alibaba Cloud side.
example:169.254.10.2
@NameInMap(value="PeerAsn") public Long peerAsn
The ASN of the peer.
example:65530
@NameInMap(value="PeerBgpIp") public String peerBgpIp
The BGP IP address of the peer.
example:169.254.10.1
@NameInMap(value="Status") public String status
The negotiation state of the BGP routing protocol. Valid values:
success
@NameInMap(value="TunnelCidr") public String tunnelCidr
The BGP CIDR block of the IPsec-VPN connection. The CIDR block falls within 169.254.0.0/16. The subnet mask of the CIDR block must be 30 bits in length.
example:169.254.10.0/30
public DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig()
public static DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setAuthKey(String authKey)
public String getAuthKey()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setLocalAsn(Long localAsn)
public Long getLocalAsn()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setLocalBgpIp(String localBgpIp)
public String getLocalBgpIp()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setPeerAsn(Long peerAsn)
public Long getPeerAsn()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setPeerBgpIp(String peerBgpIp)
public String getPeerBgpIp()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setStatus(String status)
public String getStatus()
public DescribeVpnConnectionsResponseBody.DescribeVpnConnectionsResponseBodyVpnConnectionsVpnConnectionVpnBgpConfig setTunnelCidr(String tunnelCidr)
public String getTunnelCidr()
Copyright © 2024. All rights reserved.