Package com.oracle.bmc.fusionapps.model
Class SourceVcnIpAddressCondition.Builder
- java.lang.Object
-
- com.oracle.bmc.fusionapps.model.SourceVcnIpAddressCondition.Builder
-
- Enclosing class:
- SourceVcnIpAddressCondition
public static class SourceVcnIpAddressCondition.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVcnIpAddressCondition.Builder
attributeValue(String attributeValue)
An IPv4 address range that the original client IP address (in the context of the specified VCN) of an incoming packet must match.SourceVcnIpAddressCondition
build()
SourceVcnIpAddressCondition.Builder
copy(SourceVcnIpAddressCondition model)
-
-
-
Method Detail
-
attributeValue
public SourceVcnIpAddressCondition.Builder attributeValue(String attributeValue)
An IPv4 address range that the original client IP address (in the context of the specified VCN) of an incoming packet must match.The service accepts only classless inter-domain routing (CIDR) format (x.x.x.x/y) strings. Specify 0.0.0.0/0 to match all incoming traffic in the customer VCN.
- Parameters:
attributeValue
- the value to set- Returns:
- this builder
-
build
public SourceVcnIpAddressCondition build()
-
copy
public SourceVcnIpAddressCondition.Builder copy(SourceVcnIpAddressCondition model)
-
-