Uses of Class
com.oracle.bmc.core.model.ComputeCapacityTopology.LifecycleState
-
Packages that use ComputeCapacityTopology.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of ComputeCapacityTopology.LifecycleState in com.oracle.bmc.core
-
Uses of ComputeCapacityTopology.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeCapacityTopology.LifecycleState Modifier and Type Method Description static ComputeCapacityTopology.LifecycleState
ComputeCapacityTopology.LifecycleState. create(String key)
ComputeCapacityTopology.LifecycleState
ComputeCapacityTopology. getLifecycleState()
The current state of the compute capacity topology.ComputeCapacityTopology.LifecycleState
ComputeCapacityTopologySummary. getLifecycleState()
The current state of the compute capacity topology.static ComputeCapacityTopology.LifecycleState
ComputeCapacityTopology.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeCapacityTopology.LifecycleState[]
ComputeCapacityTopology.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 ComputeCapacityTopology.LifecycleState Modifier and Type Method Description ComputeCapacityTopology.Builder
ComputeCapacityTopology.Builder. lifecycleState(ComputeCapacityTopology.LifecycleState lifecycleState)
The current state of the compute capacity topology.ComputeCapacityTopologySummary.Builder
ComputeCapacityTopologySummary.Builder. lifecycleState(ComputeCapacityTopology.LifecycleState lifecycleState)
The current state of the compute capacity topology.Constructors in com.oracle.bmc.core.model with parameters of type ComputeCapacityTopology.LifecycleState Constructor Description ComputeCapacityTopology(String availabilityDomain, CapacitySource capacitySource, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ComputeCapacityTopology.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.ComputeCapacityTopologySummary(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, ComputeCapacityTopology.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated)
Deprecated.
-