Uses of Class
com.oracle.bmc.core.model.ComputeCapacityReservation.LifecycleState
-
Packages that use ComputeCapacityReservation.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.requests -
-
Uses of ComputeCapacityReservation.LifecycleState in com.oracle.bmc.core
-
Uses of ComputeCapacityReservation.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeCapacityReservation.LifecycleState Modifier and Type Method Description static ComputeCapacityReservation.LifecycleState
ComputeCapacityReservation.LifecycleState. create(String key)
ComputeCapacityReservation.LifecycleState
ComputeCapacityReservation. getLifecycleState()
The current state of the compute capacity reservation.ComputeCapacityReservation.LifecycleState
ComputeCapacityReservationSummary. getLifecycleState()
The current state of the capacity reservation.static ComputeCapacityReservation.LifecycleState
ComputeCapacityReservation.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ComputeCapacityReservation.LifecycleState[]
ComputeCapacityReservation.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 ComputeCapacityReservation.LifecycleState Modifier and Type Method Description ComputeCapacityReservation.Builder
ComputeCapacityReservation.Builder. lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
The current state of the compute capacity reservation.ComputeCapacityReservationSummary.Builder
ComputeCapacityReservationSummary.Builder. lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
The current state of the capacity reservation.Constructors in com.oracle.bmc.core.model with parameters of type ComputeCapacityReservation.LifecycleState Constructor Description ComputeCapacityReservation(String availabilityDomain, String compartmentId, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags, String id, Boolean isDefaultReservation, List<InstanceReservationConfig> instanceReservationConfigs, ComputeCapacityReservation.LifecycleState lifecycleState, Long reservedInstanceCount, Date timeUpdated, Date timeCreated, Long usedInstanceCount)
Deprecated.ComputeCapacityReservationSummary(String id, String compartmentId, String displayName, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, ComputeCapacityReservation.LifecycleState lifecycleState, String availabilityDomain, Long reservedInstanceCount, Long usedInstanceCount, Boolean isDefaultReservation, Date timeCreated)
Deprecated. -
Uses of ComputeCapacityReservation.LifecycleState in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ComputeCapacityReservation.LifecycleState Modifier and Type Method Description ComputeCapacityReservation.LifecycleState
ListComputeCapacityReservationsRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.core.requests with parameters of type ComputeCapacityReservation.LifecycleState Modifier and Type Method Description ListComputeCapacityReservationsRequest.Builder
ListComputeCapacityReservationsRequest.Builder. lifecycleState(ComputeCapacityReservation.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-