Uses of Class
com.oracle.bmc.bds.model.BdsCapacityReservation.LifecycleState
-
Packages that use BdsCapacityReservation.LifecycleState Package Description com.oracle.bmc.bds com.oracle.bmc.bds.model com.oracle.bmc.bds.requests -
-
Uses of BdsCapacityReservation.LifecycleState in com.oracle.bmc.bds
-
Uses of BdsCapacityReservation.LifecycleState in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return BdsCapacityReservation.LifecycleState Modifier and Type Method Description static BdsCapacityReservation.LifecycleStateBdsCapacityReservation.LifecycleState. create(String key)BdsCapacityReservation.LifecycleStateBdsCapacityReservation. getLifecycleState()The lifecycle state of the BDS capacity reservation.BdsCapacityReservation.LifecycleStateBdsCapacityReservationSummary. getLifecycleState()The lifecycle state of the BDS capacity reservation.static BdsCapacityReservation.LifecycleStateBdsCapacityReservation.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BdsCapacityReservation.LifecycleState[]BdsCapacityReservation.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type BdsCapacityReservation.LifecycleState Modifier and Type Method Description BdsCapacityReservation.BuilderBdsCapacityReservation.Builder. lifecycleState(BdsCapacityReservation.LifecycleState lifecycleState)The lifecycle state of the BDS capacity reservation.BdsCapacityReservationSummary.BuilderBdsCapacityReservationSummary.Builder. lifecycleState(BdsCapacityReservation.LifecycleState lifecycleState)The lifecycle state of the BDS capacity reservation.Constructors in com.oracle.bmc.bds.model with parameters of type BdsCapacityReservation.LifecycleState Constructor Description BdsCapacityReservation(String id, String displayName, String compartmentId, ComputeCapacityReservations computeCapacityReservations, BdsCapacityReservation.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.BdsCapacityReservationSummary(String id, String displayName, String compartmentId, ComputeCapacityReservations computeCapacityReservations, BdsCapacityReservation.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of BdsCapacityReservation.LifecycleState in com.oracle.bmc.bds.requests
Methods in com.oracle.bmc.bds.requests that return BdsCapacityReservation.LifecycleState Modifier and Type Method Description BdsCapacityReservation.LifecycleStateListBdsCapacityReservationsRequest. getLifecycleState()The lifecycle state of the BDS capacity reservation.Methods in com.oracle.bmc.bds.requests with parameters of type BdsCapacityReservation.LifecycleState Modifier and Type Method Description ListBdsCapacityReservationsRequest.BuilderListBdsCapacityReservationsRequest.Builder. lifecycleState(BdsCapacityReservation.LifecycleState lifecycleState)The lifecycle state of the BDS capacity reservation.
-