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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceVcnIpAddressCondition.BuilderattributeValue(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.SourceVcnIpAddressConditionbuild()SourceVcnIpAddressCondition.Buildercopy(SourceVcnIpAddressCondition model)
 
- 
- 
- 
Method Detail- 
attributeValuepublic 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
 
 - 
buildpublic SourceVcnIpAddressCondition build() 
 - 
copypublic SourceVcnIpAddressCondition.Builder copy(SourceVcnIpAddressCondition model) 
 
- 
 
-