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