Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetInventoryRequest,GetInventoryResponse> |
InventoryWaiters.forInventory(GetInventoryRequest request,
Inventory.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetInventoryRequest,GetInventoryResponse> |
InventoryWaiters.forInventory(GetInventoryRequest request,
Inventory.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetInventoryRequest,GetInventoryResponse> |
InventoryWaiters.forInventory(GetInventoryRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Inventory.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Inventory.LifecycleState |
ListInventoriesRequest.getLifecycleState()
A filter to return inventory if the lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListInventoriesRequest.Builder |
ListInventoriesRequest.Builder.lifecycleState(Inventory.LifecycleState lifecycleState)
A filter to return inventory if the lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.