Package | Description |
---|---|
com.oracle.bmc.fusionapps.model |
Modifier and Type | Class and Description |
---|---|
class |
SourceIpAddressCondition
An access control rule condition that requires a match on the specified source IP address or
address range.
|
class |
SourceVcnIdCondition
An access control rule condition that requires a match on the specified source VCN OCID.
|
class |
SourceVcnIpAddressCondition
An access control rule condition that requires a match on the specified source VCN and IP address
range.
|
Modifier and Type | Method and Description |
---|---|
List<RuleCondition> |
AllowRule.getConditions() |
Modifier and Type | Method and Description |
---|---|
AllowRule.Builder |
AllowRule.Builder.conditions(List<RuleCondition> conditions) |
Constructor and Description |
---|
AllowRule(List<RuleCondition> conditions,
String description)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.