Uses of Class
com.oracle.bmc.identitydomains.model.NetworkPerimeterIpAddresses.Version
-
Packages that use NetworkPerimeterIpAddresses.Version Package Description com.oracle.bmc.identitydomains.model -
-
Uses of NetworkPerimeterIpAddresses.Version in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NetworkPerimeterIpAddresses.Version Modifier and Type Method Description static NetworkPerimeterIpAddresses.Version
NetworkPerimeterIpAddresses.Version. create(String key)
NetworkPerimeterIpAddresses.Version
NetworkPerimeterIpAddresses. getVersion()
Indicates the type of Ip Address example, IPV4 or IPV6static 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.Methods in com.oracle.bmc.identitydomains.model with parameters of type NetworkPerimeterIpAddresses.Version Modifier and Type Method Description NetworkPerimeterIpAddresses.Builder
NetworkPerimeterIpAddresses.Builder. version(NetworkPerimeterIpAddresses.Version version)
Indicates the type of Ip Address example, IPV4 or IPV6Constructors in com.oracle.bmc.identitydomains.model with parameters of type NetworkPerimeterIpAddresses.Version Constructor Description NetworkPerimeterIpAddresses(NetworkPerimeterIpAddresses.Type type, NetworkPerimeterIpAddresses.Version version, String value)
Deprecated.
-