Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
CreateIPSecConnectionTunnelDetails |
CreateIPSecConnectionTunnelDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CreateIPSecConnectionTunnelDetails> |
CreateIPSecConnectionDetails.getTunnelConfiguration()
Information for creating the individual tunnels in the IPSec connection.
|
Modifier and Type | Method and Description |
---|---|
CreateIPSecConnectionTunnelDetails.Builder |
CreateIPSecConnectionTunnelDetails.Builder.copy(CreateIPSecConnectionTunnelDetails model) |
Modifier and Type | Method and Description |
---|---|
CreateIPSecConnectionDetails.Builder |
CreateIPSecConnectionDetails.Builder.tunnelConfiguration(List<CreateIPSecConnectionTunnelDetails> tunnelConfiguration)
Information for creating the individual tunnels in the IPSec connection.
|
Constructor and Description |
---|
CreateIPSecConnectionDetails(String compartmentId,
String cpeId,
Map<String,Map<String,Object>> definedTags,
String displayName,
String drgId,
Map<String,String> freeformTags,
String cpeLocalIdentifier,
CreateIPSecConnectionDetails.CpeLocalIdentifierType cpeLocalIdentifierType,
List<String> staticRoutes,
List<CreateIPSecConnectionTunnelDetails> tunnelConfiguration,
Integer tunnelCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.