Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
MonthlyCostSummary |
MonthlyCostSummary.Builder.build() |
MonthlyCostSummary |
AwsEc2Asset.getAttachedEbsVolumesCost() |
MonthlyCostSummary |
CreateAwsEc2AssetDetails.getAttachedEbsVolumesCost() |
MonthlyCostSummary |
UpdateAwsEc2AssetDetails.getAttachedEbsVolumesCost() |
MonthlyCostSummary |
AwsEc2Asset.getAwsEc2Cost() |
MonthlyCostSummary |
CreateAwsEc2AssetDetails.getAwsEc2Cost() |
MonthlyCostSummary |
UpdateAwsEc2AssetDetails.getAwsEc2Cost() |
Modifier and Type | Method and Description |
---|---|
AwsEc2Asset.Builder |
AwsEc2Asset.Builder.attachedEbsVolumesCost(MonthlyCostSummary attachedEbsVolumesCost) |
CreateAwsEc2AssetDetails.Builder |
CreateAwsEc2AssetDetails.Builder.attachedEbsVolumesCost(MonthlyCostSummary attachedEbsVolumesCost) |
UpdateAwsEc2AssetDetails.Builder |
UpdateAwsEc2AssetDetails.Builder.attachedEbsVolumesCost(MonthlyCostSummary attachedEbsVolumesCost) |
AwsEc2Asset.Builder |
AwsEc2Asset.Builder.awsEc2Cost(MonthlyCostSummary awsEc2Cost) |
CreateAwsEc2AssetDetails.Builder |
CreateAwsEc2AssetDetails.Builder.awsEc2Cost(MonthlyCostSummary awsEc2Cost) |
UpdateAwsEc2AssetDetails.Builder |
UpdateAwsEc2AssetDetails.Builder.awsEc2Cost(MonthlyCostSummary awsEc2Cost) |
MonthlyCostSummary.Builder |
MonthlyCostSummary.Builder.copy(MonthlyCostSummary 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.
|
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.
|
Copyright © 2016–2024. All rights reserved.