Package | Description |
---|---|
com.oracle.bmc.identitydomains.model |
Modifier and Type | Method and Description |
---|---|
static NetworkPerimeterIpAddresses.Version |
NetworkPerimeterIpAddresses.Version.create(String key) |
NetworkPerimeterIpAddresses.Version |
NetworkPerimeterIpAddresses.getVersion()
Indicates the type of Ip Address example, IPV4 or IPV6
|
static NetworkPerimeterIpAddresses.Version |
NetworkPerimeterIpAddresses.Version.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkPerimeterIpAddresses.Version[] |
NetworkPerimeterIpAddresses.Version.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NetworkPerimeterIpAddresses.Builder |
NetworkPerimeterIpAddresses.Builder.version(NetworkPerimeterIpAddresses.Version version)
Indicates the type of Ip Address example, IPV4 or IPV6
|
Constructor and Description |
---|
NetworkPerimeterIpAddresses(NetworkPerimeterIpAddresses.Type type,
NetworkPerimeterIpAddresses.Version version,
String value)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.