Uses of Class
com.oracle.bmc.core.model.ComputeHost.LifecycleState
-
Packages that use ComputeHost.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeHost.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type ComputeHost.LifecycleState Modifier and Type Method Description Waiter<GetComputeHostRequest,GetComputeHostResponse>ComputeWaiters. forComputeHost(GetComputeHostRequest request, ComputeHost.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetComputeHostRequest,GetComputeHostResponse>ComputeWaiters. forComputeHost(GetComputeHostRequest request, ComputeHost.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetComputeHostRequest,GetComputeHostResponse>ComputeWaiters. forComputeHost(GetComputeHostRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ComputeHost.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ComputeHost.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeHost.LifecycleState Modifier and Type Method Description static ComputeHost.LifecycleStateComputeHost.LifecycleState. create(String key)ComputeHost.LifecycleStateComputeHost. getLifecycleState()The lifecycle state of the hostComputeHost.LifecycleStateComputeHostSummary. getLifecycleState()The lifecycle state of the hoststatic ComputeHost.LifecycleStateComputeHost.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeHost.LifecycleState[]ComputeHost.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 ComputeHost.LifecycleState Modifier and Type Method Description ComputeHost.BuilderComputeHost.Builder. lifecycleState(ComputeHost.LifecycleState lifecycleState)The lifecycle state of the hostComputeHostSummary.BuilderComputeHostSummary.Builder. lifecycleState(ComputeHost.LifecycleState lifecycleState)The lifecycle state of the hostConstructors in com.oracle.bmc.core.model with parameters of type ComputeHost.LifecycleState Constructor Description ComputeHost(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String computeHostGroupId, ConfigurationState configurationState, Date timeConfigurationCheck, ComputeHostConfigurationData configurationData, RecycleDetails recycleDetails, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, ComputeHost.Health health, Map<String,Object> additionalData, ComputeHost.LifecycleState lifecycleState, Map<String,Object> lifecycleDetails, String capacityReservationId, Map<String,Object> impactedComponentDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.ComputeHostSummary(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String computeHostGroupId, RecycleDetails recycleDetails, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, ComputeHost.Health health, ComputeHost.LifecycleState lifecycleState, String capacityReservationId, Boolean hasImpactedComponents, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.
-