Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
ComputeProperties |
ComputeProperties.Builder.build() |
ComputeProperties |
UpdateVmwareVmAssetDetails.getCompute() |
ComputeProperties |
VmwareVmAsset.getCompute() |
ComputeProperties |
AwsEc2Asset.getCompute() |
ComputeProperties |
CreateAwsEc2AssetDetails.getCompute() |
ComputeProperties |
CreateVmwareVmAssetDetails.getCompute() |
ComputeProperties |
VmAsset.getCompute() |
ComputeProperties |
UpdateAwsEc2AssetDetails.getCompute() |
Modifier and Type | Method and Description |
---|---|
UpdateVmwareVmAssetDetails.Builder |
UpdateVmwareVmAssetDetails.Builder.compute(ComputeProperties compute) |
VmwareVmAsset.Builder |
VmwareVmAsset.Builder.compute(ComputeProperties compute) |
AwsEc2Asset.Builder |
AwsEc2Asset.Builder.compute(ComputeProperties compute) |
CreateAwsEc2AssetDetails.Builder |
CreateAwsEc2AssetDetails.Builder.compute(ComputeProperties compute) |
CreateVmwareVmAssetDetails.Builder |
CreateVmwareVmAssetDetails.Builder.compute(ComputeProperties compute) |
VmAsset.Builder |
VmAsset.Builder.compute(ComputeProperties compute) |
UpdateAwsEc2AssetDetails.Builder |
UpdateAwsEc2AssetDetails.Builder.compute(ComputeProperties compute) |
ComputeProperties.Builder |
ComputeProperties.Builder.copy(ComputeProperties model) |
Constructor and Description |
---|
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.
|
CreateAwsEc2AssetDetails(String displayName,
String inventoryId,
String compartmentId,
String sourceKey,
String externalAssetKey,
List<String> assetSourceIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ComputeProperties compute,
VmProperties vm,
AwsEc2Properties awsEc2,
MonthlyCostSummary awsEc2Cost,
MonthlyCostSummary attachedEbsVolumesCost)
Deprecated.
|
CreateVmwareVmAssetDetails(String displayName,
String inventoryId,
String compartmentId,
String sourceKey,
String externalAssetKey,
List<String> assetSourceIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ComputeProperties compute,
VmProperties vm,
VmwareVmProperties vmwareVm,
VmwareVCenterProperties vmwareVCenter)
Deprecated.
|
UpdateAwsEc2AssetDetails(String displayName,
List<String> assetSourceIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ComputeProperties compute,
VmProperties vm,
AwsEc2Properties awsEc2,
MonthlyCostSummary awsEc2Cost,
MonthlyCostSummary attachedEbsVolumesCost)
Deprecated.
|
UpdateVmwareVmAssetDetails(String displayName,
List<String> assetSourceIds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ComputeProperties compute,
VmProperties vm,
VmwareVmProperties vmwareVm,
VmwareVCenterProperties vmwareVCenter)
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.
|
Copyright © 2016–2024. All rights reserved.