Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
static IpNotationType |
IpNotationType.create(String key) |
IpNotationType |
SecureAccessControlRule.getIpNotation()
The type of IP notation.
|
static IpNotationType |
IpNotationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpNotationType[] |
IpNotationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SecureAccessControlRule.Builder |
SecureAccessControlRule.Builder.ipNotation(IpNotationType ipNotation)
The type of IP notation.
|
Constructor and Description |
---|
SecureAccessControlRule(IpNotationType ipNotation,
String value,
String vcnIps)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.