Uses of Class
com.oracle.bmc.identitydomains.model.NetworkPerimeterIpAddresses.Type
-
Packages that use NetworkPerimeterIpAddresses.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of NetworkPerimeterIpAddresses.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return NetworkPerimeterIpAddresses.Type Modifier and Type Method Description static NetworkPerimeterIpAddresses.Type
NetworkPerimeterIpAddresses.Type. create(String key)
NetworkPerimeterIpAddresses.Type
NetworkPerimeterIpAddresses. getType()
type of the ip address valuestatic NetworkPerimeterIpAddresses.Type
NetworkPerimeterIpAddresses.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkPerimeterIpAddresses.Type[]
NetworkPerimeterIpAddresses.Type. 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.Type Modifier and Type Method Description NetworkPerimeterIpAddresses.Builder
NetworkPerimeterIpAddresses.Builder. type(NetworkPerimeterIpAddresses.Type type)
type of the ip address valueConstructors in com.oracle.bmc.identitydomains.model with parameters of type NetworkPerimeterIpAddresses.Type Constructor Description NetworkPerimeterIpAddresses(NetworkPerimeterIpAddresses.Type type, NetworkPerimeterIpAddresses.Version version, String value)
Deprecated.
-