Uses of Class
com.oracle.bmc.core.model.ComputeHpcIsland.LifecycleState
-
Packages that use ComputeHpcIsland.LifecycleState Package Description com.oracle.bmc.core.model -
-
Uses of ComputeHpcIsland.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeHpcIsland.LifecycleState Modifier and Type Method Description static ComputeHpcIsland.LifecycleState
ComputeHpcIsland.LifecycleState. create(String key)
ComputeHpcIsland.LifecycleState
ComputeHpcIsland. getLifecycleState()
The current state of the compute HPC island.ComputeHpcIsland.LifecycleState
ComputeHpcIslandSummary. getLifecycleState()
The current state of the compute HPC island.static ComputeHpcIsland.LifecycleState
ComputeHpcIsland.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeHpcIsland.LifecycleState[]
ComputeHpcIsland.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 ComputeHpcIsland.LifecycleState Modifier and Type Method Description ComputeHpcIsland.Builder
ComputeHpcIsland.Builder. lifecycleState(ComputeHpcIsland.LifecycleState lifecycleState)
The current state of the compute HPC island.ComputeHpcIslandSummary.Builder
ComputeHpcIslandSummary.Builder. lifecycleState(ComputeHpcIsland.LifecycleState lifecycleState)
The current state of the compute HPC island.Constructors in com.oracle.bmc.core.model with parameters of type ComputeHpcIsland.LifecycleState Constructor Description ComputeHpcIsland(String computeCapacityTopologyId, String id, ComputeHpcIsland.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long totalComputeBareMetalHostCount)
Deprecated.ComputeHpcIslandSummary(String computeCapacityTopologyId, String id, ComputeHpcIsland.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Long totalComputeBareMetalHostCount)
Deprecated.
-