Uses of Class
com.oracle.bmc.cloudbridge.model.Asset.LifecycleState
-
Packages that use Asset.LifecycleState Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model com.oracle.bmc.cloudbridge.requests -
-
Uses of Asset.LifecycleState in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type Asset.LifecycleState Modifier and Type Method Description Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Asset.LifecycleState in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return Asset.LifecycleState Modifier and Type Method Description static Asset.LifecycleState
Asset.LifecycleState. create(String key)
Asset.LifecycleState
Asset. getLifecycleState()
The current state of the asset.Asset.LifecycleState
AssetSummary. getLifecycleState()
The current state of the asset.static Asset.LifecycleState
Asset.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Asset.LifecycleState[]
Asset.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 Asset.LifecycleState Modifier and Type Method Description AssetSummary.Builder
AssetSummary.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
The current state of the asset.AwsEbsAsset.Builder
AwsEbsAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
AwsEc2Asset.Builder
AwsEc2Asset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
VmAsset.Builder
VmAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
VmwareVmAsset.Builder
VmwareVmAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type Asset.LifecycleState Constructor Description Asset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AssetSummary(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, AssetType assetType, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AwsEbsAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, AwsEbsProperties awsEbs)
Deprecated.AwsEc2Asset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ComputeProperties compute, VmProperties vm, AwsEc2Properties awsEc2, MonthlyCostSummary awsEc2Cost, MonthlyCostSummary attachedEbsVolumesCost)
Deprecated.VmAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ComputeProperties compute, VmProperties vm)
Deprecated.VmwareVmAsset(String displayName, String inventoryId, String id, String compartmentId, String sourceKey, String externalAssetKey, Date timeCreated, Date timeUpdated, List<String> assetSourceIds, Asset.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, ComputeProperties compute, VmProperties vm, VmwareVmProperties vmwareVm, VmwareVCenterProperties vmwareVCenter)
Deprecated. -
Uses of Asset.LifecycleState in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return Asset.LifecycleState Modifier and Type Method Description Asset.LifecycleState
AnalyzeAssetsRequest. getLifecycleState()
A filter to return only assets whose lifecycleState matches the given lifecycleState.Asset.LifecycleState
ListAssetsRequest. getLifecycleState()
A filter to return only assets whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type Asset.LifecycleState Modifier and Type Method Description AnalyzeAssetsRequest.Builder
AnalyzeAssetsRequest.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
A filter to return only assets whose lifecycleState matches the given lifecycleState.ListAssetsRequest.Builder
ListAssetsRequest.Builder. lifecycleState(Asset.LifecycleState lifecycleState)
A filter to return only assets whose lifecycleState matches the given lifecycleState.
-