Uses of Class
com.oracle.bmc.core.model.Ipv6.Lifetime
-
Packages that use Ipv6.Lifetime Package Description com.oracle.bmc.core.model -
-
Uses of Ipv6.Lifetime in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Ipv6.Lifetime Modifier and Type Method Description static Ipv6.Lifetime
Ipv6.Lifetime. create(String key)
Ipv6.Lifetime
Ipv6. getLifetime()
Lifetime of the IP address.static Ipv6.Lifetime
Ipv6.Lifetime. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ipv6.Lifetime[]
Ipv6.Lifetime. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Ipv6.Lifetime Modifier and Type Method Description Ipv6.Builder
Ipv6.Builder. lifetime(Ipv6.Lifetime lifetime)
Lifetime of the IP address.Constructors in com.oracle.bmc.core.model with parameters of type Ipv6.Lifetime Constructor Description Ipv6(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipAddress, Ipv6.LifecycleState lifecycleState, String subnetId, Date timeCreated, String vnicId, Ipv6.IpState ipState, Ipv6.Lifetime lifetime, String routeTableId)
Deprecated.
-