public static class DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
authKey
The authentication key of the BGP routing protocol.
|
String |
enableBgp
Indicates whether BGP is enabled.
|
Long |
localAsn
The ASN on the Alibaba Cloud side.
|
String |
localBgpIp
The BGP IP address on the Alibaba Cloud side.
|
Long |
peerAsn
The autonomous system number (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.
|
构造器和说明 |
---|
DescribeVpnConnectionResponseBodyVpnBgpConfig() |
@NameInMap(value="AuthKey") public String authKey
The authentication key of the BGP routing protocol.
example:AuthKey****
@NameInMap(value="EnableBgp") public String enableBgp
Indicates whether BGP is enabled. Valid values:
true
@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.11.2
@NameInMap(value="PeerAsn") public Long peerAsn
The autonomous system number (ASN) of the peer.
example:65530
@NameInMap(value="PeerBgpIp") public String peerBgpIp
The BGP IP address of the peer.
example:169.254.11.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.11.0/30
public DescribeVpnConnectionResponseBodyVpnBgpConfig()
public static DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig build(Map<String,?> map) throws Exception
Exception
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setAuthKey(String authKey)
public String getAuthKey()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setEnableBgp(String enableBgp)
public String getEnableBgp()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setLocalAsn(Long localAsn)
public Long getLocalAsn()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setLocalBgpIp(String localBgpIp)
public String getLocalBgpIp()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setPeerAsn(Long peerAsn)
public Long getPeerAsn()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setPeerBgpIp(String peerBgpIp)
public String getPeerBgpIp()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setStatus(String status)
public String getStatus()
public DescribeVpnConnectionResponseBody.DescribeVpnConnectionResponseBodyVpnBgpConfig setTunnelCidr(String tunnelCidr)
public String getTunnelCidr()
Copyright © 2024. All rights reserved.