public static class SourceVcnIdCondition.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SourceVcnIdCondition.Builder |
attributeValue(String attributeValue)
The OCID of the originating VCN that an incoming packet must match.
|
SourceVcnIdCondition |
build() |
SourceVcnIdCondition.Builder |
copy(SourceVcnIdCondition model) |
public SourceVcnIdCondition.Builder attributeValue(String attributeValue)
The OCID of the originating VCN that an incoming packet must match. You can use this
condition in conjunction with SourceVcnIpAddressCondition
. NOTE: If you
define this condition for a rule without a SourceVcnIpAddressCondition
, this
condition matches all incoming traffic in the specified VCN.
attributeValue
- the value to setpublic SourceVcnIdCondition build()
public SourceVcnIdCondition.Builder copy(SourceVcnIdCondition model)
Copyright © 2016–2024. All rights reserved.