public static class ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
enableBgp
Indicates whether BGP is enabled.
|
Integer |
localAsn
The ASN on the Alibaba Cloud side.
|
String |
localBgpIp
The BGP IP address on the Alibaba Cloud side.
|
Integer |
peerAsn
The ASN on the data center side.
|
String |
peerBgpIp
The BGP IP address of the data center.
|
String |
status
The negotiation state of BGP.
|
String |
tunnelCidr
The BGP CIDR block of the IPsec-VPN connection.
|
构造器和说明 |
---|
ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig() |
@NameInMap(value="EnableBgp") public String enableBgp
Indicates whether BGP is enabled. Valid values:
true
@NameInMap(value="LocalAsn") public Integer localAsn
The ASN on the Alibaba Cloud side.
example:65530
@NameInMap(value="LocalBgpIp") public String localBgpIp
The BGP IP address on the Alibaba Cloud side.
example:169.254.11.1
@NameInMap(value="PeerAsn") public Integer peerAsn
The ASN on the data center side.
example:65531
@NameInMap(value="PeerBgpIp") public String peerBgpIp
The BGP IP address of the data center.
example:169.254.11.2
@NameInMap(value="Status") public String status
The negotiation state of BGP. Valid values:
success
@NameInMap(value="TunnelCidr") public String tunnelCidr
The BGP CIDR block of the IPsec-VPN connection.
example:169.254.11.0/30
public ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig()
public static ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig build(Map<String,?> map) throws Exception
Exception
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setEnableBgp(String enableBgp)
public String getEnableBgp()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setLocalAsn(Integer localAsn)
public Integer getLocalAsn()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setLocalBgpIp(String localBgpIp)
public String getLocalBgpIp()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setPeerAsn(Integer peerAsn)
public Integer getPeerAsn()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setPeerBgpIp(String peerBgpIp)
public String getPeerBgpIp()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setStatus(String status)
public String getStatus()
public ModifyVpnConnectionAttributeResponseBody.ModifyVpnConnectionAttributeResponseBodyVpnBgpConfig setTunnelCidr(String tunnelCidr)
public String getTunnelCidr()
Copyright © 2024. All rights reserved.