Uses of Class
com.oracle.bmc.ocvp.model.ByolAllocation.LifecycleState
-
Packages that use ByolAllocation.LifecycleState Package Description com.oracle.bmc.ocvp com.oracle.bmc.ocvp.model com.oracle.bmc.ocvp.requests -
-
Uses of ByolAllocation.LifecycleState in com.oracle.bmc.ocvp
Methods in com.oracle.bmc.ocvp with parameters of type ByolAllocation.LifecycleState Modifier and Type Method Description Waiter<GetByolAllocationRequest,GetByolAllocationResponse>ByolAllocationWaiters. forByolAllocation(GetByolAllocationRequest request, ByolAllocation.LifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetByolAllocationRequest,GetByolAllocationResponse>ByolAllocationWaiters. forByolAllocation(GetByolAllocationRequest request, ByolAllocation.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByolAllocationRequest,GetByolAllocationResponse>ByolAllocationWaiters. forByolAllocation(GetByolAllocationRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ByolAllocation.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration. -
Uses of ByolAllocation.LifecycleState in com.oracle.bmc.ocvp.model
Methods in com.oracle.bmc.ocvp.model that return ByolAllocation.LifecycleState Modifier and Type Method Description static ByolAllocation.LifecycleStateByolAllocation.LifecycleState. create(String key)ByolAllocation.LifecycleStateByolAllocation. getLifecycleState()The current state of the BYOL Allocation.ByolAllocation.LifecycleStateByolAllocationSummary. getLifecycleState()The current state of the BYOL Allocation.static ByolAllocation.LifecycleStateByolAllocation.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static ByolAllocation.LifecycleState[]ByolAllocation.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 ByolAllocation.LifecycleState Modifier and Type Method Description ByolAllocation.BuilderByolAllocation.Builder. lifecycleState(ByolAllocation.LifecycleState lifecycleState)The current state of the BYOL Allocation.ByolAllocationSummary.BuilderByolAllocationSummary.Builder. lifecycleState(ByolAllocation.LifecycleState lifecycleState)The current state of the BYOL Allocation.Constructors in com.oracle.bmc.ocvp.model with parameters of type ByolAllocation.LifecycleState Constructor Description ByolAllocation(String id, String compartmentId, String displayName, ByolAllocation.LifecycleState lifecycleState, ByolAllocation.SoftwareType softwareType, Integer allocatedUnits, Integer availableUnits, Date timeTermStart, Date timeTermEnd, String byolId, String entitlementKey, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.ByolAllocationSummary(String id, String compartmentId, String displayName, ByolAllocation.LifecycleState lifecycleState, ByolAllocation.SoftwareType softwareType, Integer allocatedUnits, Integer availableUnits, Date timeTermStart, Date timeTermEnd, String byolId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of ByolAllocation.LifecycleState in com.oracle.bmc.ocvp.requests
Methods in com.oracle.bmc.ocvp.requests that return ByolAllocation.LifecycleState Modifier and Type Method Description ByolAllocation.LifecycleStateListByolAllocationsRequest. 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 ByolAllocation.LifecycleState Modifier and Type Method Description ListByolAllocationsRequest.BuilderListByolAllocationsRequest.Builder. lifecycleState(ByolAllocation.LifecycleState lifecycleState)A filter to return only resources whose lifecycle state matches the given value.
-