Class LoopBackDrgAttachmentNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.LoopBackDrgAttachmentNetworkDetails.Builder
-
- Enclosing class:
- LoopBackDrgAttachmentNetworkDetails
public static class LoopBackDrgAttachmentNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoopBackDrgAttachmentNetworkDetails
build()
LoopBackDrgAttachmentNetworkDetails.Builder
copy(LoopBackDrgAttachmentNetworkDetails model)
LoopBackDrgAttachmentNetworkDetails.Builder
id(String id)
LoopBackDrgAttachmentNetworkDetails.Builder
ids(List<String> ids)
The OCID of the target IPSec tunnel attachment.
-
-
-
Method Detail
-
id
public LoopBackDrgAttachmentNetworkDetails.Builder id(String id)
-
ids
public LoopBackDrgAttachmentNetworkDetails.Builder ids(List<String> ids)
The OCID of the target IPSec tunnel attachment.- Parameters:
ids
- the value to set- Returns:
- this builder
-
build
public LoopBackDrgAttachmentNetworkDetails build()
-
copy
public LoopBackDrgAttachmentNetworkDetails.Builder copy(LoopBackDrgAttachmentNetworkDetails model)
-
-