Uses of Class
com.oracle.bmc.core.model.PublicIp.LifecycleState
-
Packages that use PublicIp.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of PublicIp.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type PublicIp.LifecycleState Modifier and Type Method Description Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, PublicIp.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, PublicIp.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PublicIp.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PublicIp.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return PublicIp.LifecycleState Modifier and Type Method Description static PublicIp.LifecycleState
PublicIp.LifecycleState. create(String key)
PublicIp.LifecycleState
PublicIp. getLifecycleState()
The public IP’s current state.static PublicIp.LifecycleState
PublicIp.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublicIp.LifecycleState[]
PublicIp.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 PublicIp.LifecycleState Modifier and Type Method Description PublicIp.Builder
PublicIp.Builder. lifecycleState(PublicIp.LifecycleState lifecycleState)
The public IP’s current state.Constructors in com.oracle.bmc.core.model with parameters of type PublicIp.LifecycleState Constructor Description PublicIp(String assignedEntityId, PublicIp.AssignedEntityType assignedEntityType, String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, String ipAddress, PublicIp.LifecycleState lifecycleState, PublicIp.Lifetime lifetime, String privateIpId, PublicIp.Scope scope, Date timeCreated, String publicIpPoolId)
Deprecated.
-