Package | Description |
---|---|
com.oracle.bmc.cloudbridge | |
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAssetRequest,GetAssetResponse> |
InventoryWaiters.forAsset(GetAssetRequest request,
Asset.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAssetRequest,GetAssetResponse> |
InventoryWaiters.forAsset(GetAssetRequest request,
Asset.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAssetRequest,GetAssetResponse> |
InventoryWaiters.forAsset(GetAssetRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Asset.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Asset.LifecycleState |
Asset.LifecycleState.create(String key) |
Asset.LifecycleState |
AssetSummary.getLifecycleState()
The current state of the asset.
|
Asset.LifecycleState |
Asset.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.
|
Modifier and Type | Method and Description |
---|---|
AssetSummary.Builder |
AssetSummary.Builder.lifecycleState(Asset.LifecycleState lifecycleState)
The current state of the asset.
|
VmwareVmAsset.Builder |
VmwareVmAsset.Builder.lifecycleState(Asset.LifecycleState lifecycleState) |
AwsEc2Asset.Builder |
AwsEc2Asset.Builder.lifecycleState(Asset.LifecycleState lifecycleState) |
AwsEbsAsset.Builder |
AwsEbsAsset.Builder.lifecycleState(Asset.LifecycleState lifecycleState) |
VmAsset.Builder |
VmAsset.Builder.lifecycleState(Asset.LifecycleState lifecycleState) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Asset.LifecycleState |
ListAssetsRequest.getLifecycleState()
A filter to return only assets whose lifecycleState matches the given lifecycleState.
|
Asset.LifecycleState |
AnalyzeAssetsRequest.getLifecycleState()
A filter to return only assets whose lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.lifecycleState(Asset.LifecycleState lifecycleState)
A filter to return only assets whose lifecycleState matches the given lifecycleState.
|
AnalyzeAssetsRequest.Builder |
AnalyzeAssetsRequest.Builder.lifecycleState(Asset.LifecycleState lifecycleState)
A filter to return only assets whose lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.