public static class ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
localAsn
The local autonomous system number (ASN).
|
String |
localBgpIp
The BGP IP address of the tunnel.
|
String |
tunnelCidr
The CIDR block of the tunnel.
|
构造器和说明 |
---|
ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig() |
@NameInMap(value="LocalAsn") public Long localAsn
The local autonomous system number (ASN). Valid values: 1 to 4294967295.
example:65530
@NameInMap(value="LocalBgpIp") public String localBgpIp
The BGP IP address of the tunnel. The IP address must fall into the CIDR block of the tunnel.
example:169.254.11.1
@NameInMap(value="TunnelCidr") public String tunnelCidr
The CIDR block of the tunnel.
The CIDR block must fall into 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 ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig()
public static ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig build(Map<String,?> map) throws Exception
Exception
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig setLocalAsn(Long localAsn)
public Long getLocalAsn()
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig setLocalBgpIp(String localBgpIp)
public String getLocalBgpIp()
public ModifyTunnelAttributeRequest.ModifyTunnelAttributeRequestTunnelOptionsSpecificationTunnelBgpConfig setTunnelCidr(String tunnelCidr)
public String getTunnelCidr()
Copyright © 2024. All rights reserved.