@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateIPSecTunnelBgpSessionDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
UpdateIPSecTunnelBgpSessionDetails.Builder
. This model
distinguishes fields that are null
because they are unset from fields that are explicitly
set to null
. This is done in the setter methods of the UpdateIPSecTunnelBgpSessionDetails.Builder
, which maintain a
set of all explicitly set fields called UpdateIPSecTunnelBgpSessionDetails.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
UpdateIPSecTunnelBgpSessionDetails.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
UpdateIPSecTunnelBgpSessionDetails(String oracleInterfaceIp,
String customerInterfaceIp,
String oracleInterfaceIpv6,
String customerInterfaceIpv6,
String customerBgpAsn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static UpdateIPSecTunnelBgpSessionDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCustomerBgpAsn()
The BGP ASN of the network on the CPE end of the BGP session.
|
String |
getCustomerInterfaceIp()
The IP address for the CPE end of the inside tunnel interface.
|
String |
getCustomerInterfaceIpv6()
The IPv6 address for the CPE end of the inside tunnel interface.
|
String |
getOracleInterfaceIp()
The IP address for the Oracle end of the inside tunnel interface.
|
String |
getOracleInterfaceIpv6()
The IPv6 address for the Oracle end of the inside tunnel interface.
|
int |
hashCode() |
UpdateIPSecTunnelBgpSessionDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"oracleInterfaceIp","customerInterfaceIp","oracleInterfaceIpv6","customerInterfaceIpv6","customerBgpAsn"}) public UpdateIPSecTunnelBgpSessionDetails(String oracleInterfaceIp, String customerInterfaceIp, String oracleInterfaceIpv6, String customerInterfaceIpv6, String customerBgpAsn)
public static UpdateIPSecTunnelBgpSessionDetails.Builder builder()
Create a new builder.
public UpdateIPSecTunnelBgpSessionDetails.Builder toBuilder()
public String getOracleInterfaceIp()
The IP address for the Oracle end of the inside tunnel interface.
If the tunnel's routing
attribute is set to BGP
(see updateIPSecConnectionTunnelDetails
), this IP address is used for the tunnel's BGP session.
If routing
is instead set to STATIC
, you can set this IP address to
troubleshoot or monitor the tunnel.
The value must be a /30 or /31.
If you are switching the tunnel from using BGP dynamic routing to static routing and want
to remove the value for oracleInterfaceIp
, you can set the value to an empty string.
Example: 10.0.0.4/31
public String getCustomerInterfaceIp()
The IP address for the CPE end of the inside tunnel interface.
If the tunnel's routing
attribute is set to BGP
(see updateIPSecConnectionTunnelDetails
), this IP address is used for the tunnel's BGP session.
If routing
is instead set to STATIC
, you can set this IP address to
troubleshoot or monitor the tunnel.
The value must be a /30 or /31.
If you are switching the tunnel from using BGP dynamic routing to static routing and want
to remove the value for customerInterfaceIp
, you can set the value to an empty
string.
Example: 10.0.0.5/31
public String getOracleInterfaceIpv6()
The IPv6 address for the Oracle end of the inside tunnel interface. This IP address is optional.
If the tunnel's routing
attribute is set to BGP
(see IPSecConnectionTunnel
), this IP address is used for the tunnel's BGP session.
If routing
is instead set to STATIC
, you can set this IP address to
troubleshoot or monitor the tunnel.
Only subnet masks from /64 up to /127 are allowed.
Example: 2001:db8::1/64
public String getCustomerInterfaceIpv6()
The IPv6 address for the CPE end of the inside tunnel interface. This IP address is optional.
If the tunnel's routing
attribute is set to BGP
(see IPSecConnectionTunnel
), this IP address is used for the tunnel's BGP session.
If routing
is instead set to STATIC
, you can set this IP address to
troubleshoot or monitor the tunnel.
Only subnet masks from /64 up to /127 are allowed.
Example: 2001:db8::1/64
public String getCustomerBgpAsn()
The BGP ASN of the network on the CPE end of the BGP session. Can be a 2-byte or 4-byte ASN. Uses “asplain” format.
If you are switching the tunnel from using BGP dynamic routing to static routing, the
customerBgpAsn
must be null.
Example: 12345
(2-byte) or 1587232876
(4-byte)
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.