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