Class CreateIPSecConnectionTunnelDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20160918")
    public final class CreateIPSecConnectionTunnelDetails
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel

    Note: Objects should always be created or deserialized using the CreateIPSecConnectionTunnelDetails.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 CreateIPSecConnectionTunnelDetails.Builder, which maintain a set of all explicitly set fields called CreateIPSecConnectionTunnelDetails.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).

    • Method Detail

      • getDisplayName

        public String getDisplayName()
        A user-friendly name.

        Does not have to be unique, and it’s changeable. Avoid entering confidential information.

        Returns:
        the value
      • getSharedSecret

        public String getSharedSecret()
        The shared secret (pre-shared key) to use for the IPSec tunnel.

        Only numbers, letters, and spaces are allowed. If you don’t provide a value, Oracle generates a value for you. You can specify your own shared secret later if you like with updateIPSecConnectionTunnelSharedSecret.

        Returns:
        the value
      • getNatTranslationEnabled

        public CreateIPSecConnectionTunnelDetails.NatTranslationEnabled getNatTranslationEnabled()
        By default (the AUTO setting), IKE sends packets with a source and destination port set to 500, and when it detects that the port used to forward packets has changed (most likely because a NAT device is between the CPE device and the Oracle VPN headend) it will try to negotiate the use of NAT-T.

        The ENABLED option sets the IKE protocol to use port 4500 instead of 500 and forces encapsulating traffic with the ESP protocol inside UDP packets.

        The DISABLED option directs IKE to completely refuse to negotiate NAT-T even if it senses there may be a NAT device in use.

        Returns:
        the value
      • getDpdConfig

        public DpdConfig getDpdConfig()
      • getOracleTunnelIp

        public String getOracleTunnelIp()
        The headend IP that you can choose on the Oracle side to terminate your private IPSec tunnel.
        Returns:
        the value
      • getAssociatedVirtualCircuits

        public List<String> getAssociatedVirtualCircuits()
        The list of virtual circuit OCIDs over which your network can reach this tunnel.
        Returns:
        the value
      • getDrgRouteTableId

        public String getDrgRouteTableId()
        The OCID of the DRG route table assigned to this attachment.

        The DRG route table manages traffic inside the DRG.

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel