Uses of Class
com.oracle.bmc.core.model.Ipv6.LifecycleState
-
Packages that use Ipv6.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of Ipv6.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type Ipv6.LifecycleState Modifier and Type Method Description Waiter<GetIpv6Request,GetIpv6Response>
VirtualNetworkWaiters. forIpv6(GetIpv6Request request, Ipv6.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetIpv6Request,GetIpv6Response>
VirtualNetworkWaiters. forIpv6(GetIpv6Request request, Ipv6.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetIpv6Request,GetIpv6Response>
VirtualNetworkWaiters. forIpv6(GetIpv6Request request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Ipv6.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Ipv6.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.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.core.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.core.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, Integer cidrPrefixLength, Ipv6.LifecycleState lifecycleState, String subnetId, Date timeCreated, String vnicId, Ipv6.IpState ipState, Ipv6.Lifetime lifetime, String routeTableId)
Deprecated.
-