public static class SourceVcnIpAddressCondition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
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.
attributeValue
- the value to setpublic SourceVcnIpAddressCondition build()
public SourceVcnIpAddressCondition.Builder copy(SourceVcnIpAddressCondition model)
Copyright © 2016–2024. All rights reserved.