Class UpdateIPSecConnectionTunnelDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.vnmonitoring.model.UpdateIPSecConnectionTunnelDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class UpdateIPSecConnectionTunnelDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 Note: Objects should always be created or deserialized using theUpdateIPSecConnectionTunnelDetails.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 UpdateIPSecConnectionTunnelDetails.Builder, which maintain a set of all explicitly set fields calledUpdateIPSecConnectionTunnelDetails.Builder.__explicitlySet__. ThehashCode()andequals(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).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateIPSecConnectionTunnelDetails.Builderstatic classUpdateIPSecConnectionTunnelDetails.IkeVersionInternet Key Exchange protocol version.static classUpdateIPSecConnectionTunnelDetails.NatTranslationEnabledBy 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.static classUpdateIPSecConnectionTunnelDetails.OracleInitiationIndicates whether the Oracle end of the IPSec connection is able to initiate starting up the IPSec tunnel.static classUpdateIPSecConnectionTunnelDetails.RoutingThe type of routing to use for this tunnel (BGP dynamic routing, static routing, or policy-based routing).
 - 
Constructor SummaryConstructors Constructor Description UpdateIPSecConnectionTunnelDetails(String displayName, UpdateIPSecConnectionTunnelDetails.Routing routing, UpdateIPSecConnectionTunnelDetails.IkeVersion ikeVersion, UpdateIPSecTunnelBgpSessionDetails bgpSessionConfig, UpdateIPSecConnectionTunnelDetails.OracleInitiation oracleInitiation, UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled natTranslationEnabled, PhaseOneConfigDetails phaseOneConfig, PhaseTwoConfigDetails phaseTwoConfig, DpdConfig dpdConfig, UpdateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateIPSecConnectionTunnelDetails.Builderbuilder()Create a new builder.booleanequals(Object o)UpdateIPSecTunnelBgpSessionDetailsgetBgpSessionConfig()StringgetDisplayName()A user-friendly name.DpdConfiggetDpdConfig()UpdateIPSecTunnelEncryptionDomainDetailsgetEncryptionDomainConfig()UpdateIPSecConnectionTunnelDetails.IkeVersiongetIkeVersion()Internet Key Exchange protocol version.UpdateIPSecConnectionTunnelDetails.NatTranslationEnabledgetNatTranslationEnabled()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.UpdateIPSecConnectionTunnelDetails.OracleInitiationgetOracleInitiation()Indicates whether the Oracle end of the IPSec connection is able to initiate starting up the IPSec tunnel.PhaseOneConfigDetailsgetPhaseOneConfig()PhaseTwoConfigDetailsgetPhaseTwoConfig()UpdateIPSecConnectionTunnelDetails.RoutinggetRouting()The type of routing to use for this tunnel (BGP dynamic routing, static routing, or policy-based routing).inthashCode()UpdateIPSecConnectionTunnelDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
UpdateIPSecConnectionTunnelDetails@Deprecated @ConstructorProperties({"displayName","routing","ikeVersion","bgpSessionConfig","oracleInitiation","natTranslationEnabled","phaseOneConfig","phaseTwoConfig","dpdConfig","encryptionDomainConfig"}) public UpdateIPSecConnectionTunnelDetails(String displayName, UpdateIPSecConnectionTunnelDetails.Routing routing, UpdateIPSecConnectionTunnelDetails.IkeVersion ikeVersion, UpdateIPSecTunnelBgpSessionDetails bgpSessionConfig, UpdateIPSecConnectionTunnelDetails.OracleInitiation oracleInitiation, UpdateIPSecConnectionTunnelDetails.NatTranslationEnabled natTranslationEnabled, PhaseOneConfigDetails phaseOneConfig, PhaseTwoConfigDetails phaseTwoConfig, DpdConfig dpdConfig, UpdateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static UpdateIPSecConnectionTunnelDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic UpdateIPSecConnectionTunnelDetails.Builder toBuilder() 
 - 
getDisplayNamepublic String getDisplayName() A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Returns:
- the value
 
 - 
getRoutingpublic UpdateIPSecConnectionTunnelDetails.Routing getRouting() The type of routing to use for this tunnel (BGP dynamic routing, static routing, or policy-based routing).- Returns:
- the value
 
 - 
getIkeVersionpublic UpdateIPSecConnectionTunnelDetails.IkeVersion getIkeVersion() Internet Key Exchange protocol version.- Returns:
- the value
 
 - 
getBgpSessionConfigpublic UpdateIPSecTunnelBgpSessionDetails getBgpSessionConfig() 
 - 
getOracleInitiationpublic UpdateIPSecConnectionTunnelDetails.OracleInitiation getOracleInitiation() Indicates whether the Oracle end of the IPSec connection is able to initiate starting up the IPSec tunnel.- Returns:
- the value
 
 - 
getNatTranslationEnabledpublic UpdateIPSecConnectionTunnelDetails.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
 
 - 
getPhaseOneConfigpublic PhaseOneConfigDetails getPhaseOneConfig() 
 - 
getPhaseTwoConfigpublic PhaseTwoConfigDetails getPhaseTwoConfig() 
 - 
getDpdConfigpublic DpdConfig getDpdConfig() 
 - 
getEncryptionDomainConfigpublic UpdateIPSecTunnelEncryptionDomainDetails getEncryptionDomainConfig() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-