Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
static IPSecConnection.Builder |
IPSecConnection.builder()
Create a new builder.
|
IPSecConnection.Builder |
IPSecConnection.Builder.compartmentId(String compartmentId)
The OCID
of the compartment containing the IPSec connection.
|
IPSecConnection.Builder |
IPSecConnection.Builder.copy(IPSecConnection model) |
IPSecConnection.Builder |
IPSecConnection.Builder.cpeId(String cpeId)
|
IPSecConnection.Builder |
IPSecConnection.Builder.cpeLocalIdentifier(String cpeLocalIdentifier)
Your identifier for your CPE device.
|
IPSecConnection.Builder |
IPSecConnection.Builder.cpeLocalIdentifierType(IPSecConnection.CpeLocalIdentifierType cpeLocalIdentifierType)
The type of identifier for your CPE device.
|
IPSecConnection.Builder |
IPSecConnection.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
IPSecConnection.Builder |
IPSecConnection.Builder.displayName(String displayName)
A user-friendly name.
|
IPSecConnection.Builder |
IPSecConnection.Builder.drgId(String drgId)
The OCID
of the DRG.
|
IPSecConnection.Builder |
IPSecConnection.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
IPSecConnection.Builder |
IPSecConnection.Builder.id(String id)
The IPSec connection’s Oracle ID
(OCID).
|
IPSecConnection.Builder |
IPSecConnection.Builder.lifecycleState(IPSecConnection.LifecycleState lifecycleState)
The IPSec connection’s current state.
|
IPSecConnection.Builder |
IPSecConnection.Builder.staticRoutes(List<String> staticRoutes)
Static routes to the CPE.
|
IPSecConnection.Builder |
IPSecConnection.Builder.timeCreated(Date timeCreated)
The date and time the IPSec connection was created, in the format defined by
RFC3339.
|
IPSecConnection.Builder |
IPSecConnection.toBuilder() |
IPSecConnection.Builder |
IPSecConnection.Builder.transportType(IPSecConnection.TransportType transportType)
The transport type used for the IPSec connection.
|
Copyright © 2016–2024. All rights reserved.