Class UpdateIPSecTunnelEncryptionDomainDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.UpdateIPSecTunnelEncryptionDomainDetails.Builder
-
- Enclosing class:
- UpdateIPSecTunnelEncryptionDomainDetails
public static class UpdateIPSecTunnelEncryptionDomainDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIPSecTunnelEncryptionDomainDetails
build()
UpdateIPSecTunnelEncryptionDomainDetails.Builder
copy(UpdateIPSecTunnelEncryptionDomainDetails model)
UpdateIPSecTunnelEncryptionDomainDetails.Builder
cpeTrafficSelector(List<String> cpeTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your on-premises network.UpdateIPSecTunnelEncryptionDomainDetails.Builder
oracleTrafficSelector(List<String> oracleTrafficSelector)
Lists IPv4 or IPv6-enabled subnets in your Oracle tenancy.
-
-
-
Method Detail
-
oracleTrafficSelector
public UpdateIPSecTunnelEncryptionDomainDetails.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 UpdateIPSecTunnelEncryptionDomainDetails.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 UpdateIPSecTunnelEncryptionDomainDetails build()
-
copy
public UpdateIPSecTunnelEncryptionDomainDetails.Builder copy(UpdateIPSecTunnelEncryptionDomainDetails model)
-
-