Uses of Class
com.oracle.bmc.core.requests.ListPublicIpsRequest.Lifetime
-
Packages that use ListPublicIpsRequest.Lifetime Package Description com.oracle.bmc.core.requests -
-
Uses of ListPublicIpsRequest.Lifetime in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListPublicIpsRequest.Lifetime Modifier and Type Method Description static ListPublicIpsRequest.Lifetime
ListPublicIpsRequest.Lifetime. create(String key)
ListPublicIpsRequest.Lifetime
ListPublicIpsRequest. getLifetime()
A filter to return only public IPs that match given lifetime.static ListPublicIpsRequest.Lifetime
ListPublicIpsRequest.Lifetime. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPublicIpsRequest.Lifetime[]
ListPublicIpsRequest.Lifetime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.requests with parameters of type ListPublicIpsRequest.Lifetime Modifier and Type Method Description ListPublicIpsRequest.Builder
ListPublicIpsRequest.Builder. lifetime(ListPublicIpsRequest.Lifetime lifetime)
A filter to return only public IPs that match given lifetime.
-