Uses of Class
com.oracle.bmc.cloudbridge.model.MonthlyCostSummary
-
Packages that use MonthlyCostSummary Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of MonthlyCostSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return MonthlyCostSummary Modifier and Type Method Description MonthlyCostSummary
MonthlyCostSummary.Builder. build()
MonthlyCostSummary
AwsEc2Asset. getAttachedEbsVolumesCost()
MonthlyCostSummary
AwsEc2AssetDetails. getAttachedEbsVolumesCost()
MonthlyCostSummary
CreateAwsEc2AssetDetails. getAttachedEbsVolumesCost()
MonthlyCostSummary
UpdateAwsEc2AssetDetails. getAttachedEbsVolumesCost()
MonthlyCostSummary
AwsEc2Asset. getAwsEc2Cost()
MonthlyCostSummary
AwsEc2AssetDetails. getAwsEc2Cost()
MonthlyCostSummary
CreateAwsEc2AssetDetails. getAwsEc2Cost()
MonthlyCostSummary
UpdateAwsEc2AssetDetails. getAwsEc2Cost()
Constructors in com.oracle.bmc.cloudbridge.model with parameters of type MonthlyCostSummary Constructor 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.AwsEc2AssetDetails(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.
-