Uses of Class
com.oracle.bmc.core.model.DedicatedVmHost.LifecycleState
-
Packages that use DedicatedVmHost.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of DedicatedVmHost.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DedicatedVmHost.LifecycleState Modifier and Type Method Description Waiter<GetDedicatedVmHostRequest,GetDedicatedVmHostResponse>
ComputeWaiters. forDedicatedVmHost(GetDedicatedVmHostRequest request, DedicatedVmHost.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetDedicatedVmHostRequest,GetDedicatedVmHostResponse>
ComputeWaiters. forDedicatedVmHost(GetDedicatedVmHostRequest request, DedicatedVmHost.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetDedicatedVmHostRequest,GetDedicatedVmHostResponse>
ComputeWaiters. forDedicatedVmHost(GetDedicatedVmHostRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, DedicatedVmHost.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of DedicatedVmHost.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return DedicatedVmHost.LifecycleState Modifier and Type Method Description static DedicatedVmHost.LifecycleState
DedicatedVmHost.LifecycleState. create(String key)
DedicatedVmHost.LifecycleState
DedicatedVmHost. getLifecycleState()
The current state of the dedicated VM host.static DedicatedVmHost.LifecycleState
DedicatedVmHost.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DedicatedVmHost.LifecycleState[]
DedicatedVmHost.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 DedicatedVmHost.LifecycleState Modifier and Type Method Description DedicatedVmHost.Builder
DedicatedVmHost.Builder. lifecycleState(DedicatedVmHost.LifecycleState lifecycleState)
The current state of the dedicated VM host.Constructors in com.oracle.bmc.core.model with parameters of type DedicatedVmHost.LifecycleState Constructor Description DedicatedVmHost(String availabilityDomain, String compartmentId, String dedicatedVmHostShape, Map<String,Map<String,Object>> definedTags, String displayName, String faultDomain, Map<String,String> freeformTags, PlacementConstraintDetails placementConstraintDetails, String id, DedicatedVmHost.LifecycleState lifecycleState, Date timeCreated, Float totalOcpus, Float remainingOcpus, Float totalMemoryInGBs, Float remainingMemoryInGBs, List<CapacityBin> capacityBins, String computeBareMetalHostId)
Deprecated.
-