Uses of Class
com.oracle.bmc.core.model.DhcpOptions.LifecycleState
-
Packages that use DhcpOptions.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of DhcpOptions.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DhcpOptions.LifecycleState Modifier and Type Method Description Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, DhcpOptions.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, DhcpOptions.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDhcpOptionsRequest,GetDhcpOptionsResponse>
VirtualNetworkWaiters. forDhcpOptions(GetDhcpOptionsRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DhcpOptions.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DhcpOptions.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DhcpOptions.LifecycleState Modifier and Type Method Description static DhcpOptions.LifecycleState
DhcpOptions.LifecycleState. create(String key)
DhcpOptions.LifecycleState
DhcpOptions. getLifecycleState()
The current state of the set of DHCP options.static DhcpOptions.LifecycleState
DhcpOptions.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DhcpOptions.LifecycleState[]
DhcpOptions.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 DhcpOptions.LifecycleState Modifier and Type Method Description DhcpOptions.Builder
DhcpOptions.Builder. lifecycleState(DhcpOptions.LifecycleState lifecycleState)
The current state of the set of DHCP options.Constructors in com.oracle.bmc.core.model with parameters of type DhcpOptions.LifecycleState Constructor Description DhcpOptions(String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, DhcpOptions.LifecycleState lifecycleState, List<DhcpOption> options, Date timeCreated, String vcnId, DhcpOptions.DomainNameType domainNameType)
Deprecated. -
Uses of DhcpOptions.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DhcpOptions.LifecycleState Modifier and Type Method Description DhcpOptions.LifecycleState
ListDhcpOptionsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type DhcpOptions.LifecycleState Modifier and Type Method Description ListDhcpOptionsRequest.Builder
ListDhcpOptionsRequest.Builder. lifecycleState(DhcpOptions.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-