Uses of Class
com.oracle.bmc.vnmonitoring.model.Ipv6.LifecycleState
-
Packages that use Ipv6.LifecycleState Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of Ipv6.LifecycleState in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return Ipv6.LifecycleState Modifier and Type Method Description static Ipv6.LifecycleState
Ipv6.LifecycleState. create(String key)
Ipv6.LifecycleState
Ipv6. getLifecycleState()
The IPv6’s current state.static Ipv6.LifecycleState
Ipv6.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Ipv6.LifecycleState[]
Ipv6.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type Ipv6.LifecycleState Modifier and Type Method Description Ipv6.Builder
Ipv6.Builder. lifecycleState(Ipv6.LifecycleState lifecycleState)
The IPv6’s current state.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type Ipv6.LifecycleState 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)
Deprecated.
-