Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model | |
com.oracle.bmc.cloudbridge.requests |
Modifier and Type | Method and Description |
---|---|
static AssetType |
AssetType.create(String key) |
AssetType |
AssetSummary.getAssetType()
The type of asset.
|
AssetType |
ImportInventoryViaAssetsDetails.getAssetType()
The type of asset.
|
static AssetType |
AssetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
AssetType.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.assetType(AssetType assetType)
The type of asset.
|
ImportInventoryViaAssetsDetails.Builder |
ImportInventoryViaAssetsDetails.Builder.assetType(AssetType assetType)
The type of asset.
|
Constructor and Description |
---|
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.
|
ImportInventoryViaAssetsDetails(String compartmentId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
byte[] data,
AssetType assetType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AssetType |
ListAssetsRequest.getAssetType()
The type of asset.
|
AssetType |
AnalyzeAssetsRequest.getAssetType()
The type of asset.
|
Modifier and Type | Method and Description |
---|---|
ListAssetsRequest.Builder |
ListAssetsRequest.Builder.assetType(AssetType assetType)
The type of asset.
|
AnalyzeAssetsRequest.Builder |
AnalyzeAssetsRequest.Builder.assetType(AssetType assetType)
The type of asset.
|
Copyright © 2016–2024. All rights reserved.