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