@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class CreateIPSecConnectionTunnelDetails extends Object
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
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
CreateIPSecConnectionTunnelDetails.Builder |
static class |
CreateIPSecConnectionTunnelDetails.IkeVersion
Internet Key Exchange protocol version.
|
static class |
CreateIPSecConnectionTunnelDetails.Routing
The type of routing to use for this tunnel (either BGP dynamic routing or static routing).
|
Constructor and Description |
---|
CreateIPSecConnectionTunnelDetails(String displayName,
CreateIPSecConnectionTunnelDetails.Routing routing,
CreateIPSecConnectionTunnelDetails.IkeVersion ikeVersion,
String sharedSecret,
CreateIPSecTunnelBgpSessionDetails bgpSessionConfig,
CreateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CreateIPSecConnectionTunnelDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
CreateIPSecTunnelBgpSessionDetails |
getBgpSessionConfig() |
String |
getDisplayName()
A user-friendly name.
|
CreateIPSecTunnelEncryptionDomainDetails |
getEncryptionDomainConfig() |
CreateIPSecConnectionTunnelDetails.IkeVersion |
getIkeVersion()
Internet Key Exchange protocol version.
|
CreateIPSecConnectionTunnelDetails.Routing |
getRouting()
The type of routing to use for this tunnel (either BGP dynamic routing or static routing).
|
String |
getSharedSecret()
The shared secret (pre-shared key) to use for the IPSec tunnel.
|
int |
hashCode() |
CreateIPSecConnectionTunnelDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"displayName","routing","ikeVersion","sharedSecret","bgpSessionConfig","encryptionDomainConfig"}) @Deprecated public CreateIPSecConnectionTunnelDetails(String displayName, CreateIPSecConnectionTunnelDetails.Routing routing, CreateIPSecConnectionTunnelDetails.IkeVersion ikeVersion, String sharedSecret, CreateIPSecTunnelBgpSessionDetails bgpSessionConfig, CreateIPSecTunnelEncryptionDomainDetails encryptionDomainConfig)
public static CreateIPSecConnectionTunnelDetails.Builder builder()
Create a new builder.
public CreateIPSecConnectionTunnelDetails.Builder toBuilder()
public String getDisplayName()
A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
public CreateIPSecConnectionTunnelDetails.Routing getRouting()
The type of routing to use for this tunnel (either BGP dynamic routing or static routing).
public CreateIPSecConnectionTunnelDetails.IkeVersion getIkeVersion()
Internet Key Exchange protocol version.
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
.
public CreateIPSecTunnelBgpSessionDetails getBgpSessionConfig()
public CreateIPSecTunnelEncryptionDomainDetails getEncryptionDomainConfig()
Copyright © 2016–2021. All rights reserved.