Class CreateIPSecTunnelEncryptionDomainDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.CreateIPSecTunnelEncryptionDomainDetails.Builder
-
- Enclosing class:
- CreateIPSecTunnelEncryptionDomainDetails
public static class CreateIPSecTunnelEncryptionDomainDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateIPSecTunnelEncryptionDomainDetails
build()
CreateIPSecTunnelEncryptionDomainDetails.Builder
copy(CreateIPSecTunnelEncryptionDomainDetails model)
CreateIPSecTunnelEncryptionDomainDetails.Builder
cpeTrafficSelector(List<String> cpeTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your on-premises network.CreateIPSecTunnelEncryptionDomainDetails.Builder
oracleTrafficSelector(List<String> oracleTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy.
-
-
-
Method Detail
-
oracleTrafficSelector
public CreateIPSecTunnelEncryptionDomainDetails.Builder oracleTrafficSelector(List<String> oracleTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy.- Parameters:
oracleTrafficSelector
- the value to set- Returns:
- this builder
-
cpeTrafficSelector
public CreateIPSecTunnelEncryptionDomainDetails.Builder cpeTrafficSelector(List<String> cpeTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your on-premises network.- Parameters:
cpeTrafficSelector
- the value to set- Returns:
- this builder
-
build
public CreateIPSecTunnelEncryptionDomainDetails build()
-
copy
public CreateIPSecTunnelEncryptionDomainDetails.Builder copy(CreateIPSecTunnelEncryptionDomainDetails model)
-
-