Class IpsecTunnelDrgAttachmentNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.IpsecTunnelDrgAttachmentNetworkDetails.Builder
-
- Enclosing class:
- IpsecTunnelDrgAttachmentNetworkDetails
public static class IpsecTunnelDrgAttachmentNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpsecTunnelDrgAttachmentNetworkDetails
build()
IpsecTunnelDrgAttachmentNetworkDetails.Builder
copy(IpsecTunnelDrgAttachmentNetworkDetails model)
IpsecTunnelDrgAttachmentNetworkDetails.Builder
id(String id)
IpsecTunnelDrgAttachmentNetworkDetails.Builder
ipsecConnectionId(String ipsecConnectionId)
The IPSec connection that contains the attached IPSec tunnel.IpsecTunnelDrgAttachmentNetworkDetails.Builder
transportAttachmentId(String transportAttachmentId)
The OCID of the virtual circuit’s DRG attachment.
-
-
-
Method Detail
-
id
public IpsecTunnelDrgAttachmentNetworkDetails.Builder id(String id)
-
ipsecConnectionId
public IpsecTunnelDrgAttachmentNetworkDetails.Builder ipsecConnectionId(String ipsecConnectionId)
The IPSec connection that contains the attached IPSec tunnel.- Parameters:
ipsecConnectionId
- the value to set- Returns:
- this builder
-
transportAttachmentId
public IpsecTunnelDrgAttachmentNetworkDetails.Builder transportAttachmentId(String transportAttachmentId)
The OCID of the virtual circuit’s DRG attachment.- Parameters:
transportAttachmentId
- the value to set- Returns:
- this builder
-
build
public IpsecTunnelDrgAttachmentNetworkDetails build()
-
copy
public IpsecTunnelDrgAttachmentNetworkDetails.Builder copy(IpsecTunnelDrgAttachmentNetworkDetails model)
-
-