Class SourceIpAddressCondition.Builder
- java.lang.Object
 - 
- com.oracle.bmc.loadbalancer.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.BuilderattributeValue(String attributeValue)An IPv4 or IPv6 address range that the source IP address of an incoming packet must match.SourceIpAddressConditionbuild()SourceIpAddressCondition.Buildercopy(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.
- Parameters:
 attributeValue- the value to set- Returns:
 - this builder
 
 
- 
build
public SourceIpAddressCondition build()
 
- 
copy
public SourceIpAddressCondition.Builder copy(SourceIpAddressCondition model)
 
 - 
 
 -