Uses of Class
com.oracle.bmc.ocvp.model.Byol.LifecycleState
-
Packages that use Byol.LifecycleState Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of Byol.LifecycleState in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type Byol.LifecycleState Modifier and Type Method Description Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, Byol.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByolRequest,GetByolResponse>ByolWaiters. forByol(GetByolRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Byol.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of Byol.LifecycleState in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return Byol.LifecycleState Modifier and Type Method Description static Byol.LifecycleStateByol.LifecycleState. create(String key)Byol.LifecycleStateByol. getLifecycleState()The current state of the BYOL.Byol.LifecycleStateByolSummary. getLifecycleState()The current state of the BYOL.static Byol.LifecycleStateByol.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Byol.LifecycleState[]Byol.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.ocvp.model with parameters of type Byol.LifecycleState Modifier and Type Method Description Byol.BuilderByol.Builder. lifecycleState(Byol.LifecycleState lifecycleState)The current state of the BYOL.ByolSummary.BuilderByolSummary.Builder. lifecycleState(Byol.LifecycleState lifecycleState)The current state of the BYOL.Constructors in com.oracle.bmc.ocvp.model with parameters of type Byol.LifecycleState Constructor Description Byol(String id, String compartmentId, String displayName, String description, Byol.LifecycleState lifecycleState, Byol.SoftwareType softwareType, Integer totalUnits, Integer availableUnits, Date timeTermStart, Date timeTermEnd, String entitlementKey, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ByolSummary(String id, String compartmentId, String displayName, Byol.LifecycleState lifecycleState, Byol.SoftwareType softwareType, Integer totalUnits, Integer availableUnits, Date timeTermStart, Date timeTermEnd, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of Byol.LifecycleState in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return Byol.LifecycleState Modifier and Type Method Description Byol.LifecycleStateListByolsRequest. getLifecycleState()A filter to return only resources whose lifecycle state matches the given value.Methods in com.oracle.bmc.ocvp.requests with parameters of type Byol.LifecycleState Modifier and Type Method Description ListByolsRequest.BuilderListByolsRequest.Builder. lifecycleState(Byol.LifecycleState lifecycleState)A filter to return only resources whose lifecycle state matches the given value.
-