Uses of Class
com.oracle.bmc.cloudbridge.model.Inventory.LifecycleState
-
Packages that use Inventory.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of Inventory.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type Inventory.LifecycleState Modifier and Type Method Description Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, Inventory.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, Inventory.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Inventory.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Inventory.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Inventory.LifecycleState Modifier and Type Method Description static Inventory.LifecycleState
Inventory.LifecycleState. create(String key)
Inventory.LifecycleState
Inventory. getLifecycleState()
The current state of the inventory.Inventory.LifecycleState
InventorySummary. getLifecycleState()
The current state of the inventory.static Inventory.LifecycleState
Inventory.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Inventory.LifecycleState[]
Inventory.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.model with parameters of type Inventory.LifecycleState Modifier and Type Method Description Inventory.Builder
Inventory.Builder. lifecycleState(Inventory.LifecycleState lifecycleState)
The current state of the inventory.InventorySummary.Builder
InventorySummary.Builder. lifecycleState(Inventory.LifecycleState lifecycleState)
The current state of the inventory.Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Inventory.LifecycleState Constructor Description Inventory(String id, String displayName, Inventory.LifecycleState lifecycleState, String lifecycleDetails, String compartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.InventorySummary(String id, String displayName, Inventory.LifecycleState lifecycleState, String lifecycleDetails, String compartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Inventory.LifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return Inventory.LifecycleState Modifier and Type Method Description Inventory.LifecycleState
ListInventoriesRequest. getLifecycleState()
A filter to return inventory if the lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type Inventory.LifecycleState Modifier and Type Method Description ListInventoriesRequest.Builder
ListInventoriesRequest.Builder. lifecycleState(Inventory.LifecycleState lifecycleState)
A filter to return inventory if the lifecycleState matches the given lifecycleState.
-