Uses of Class
com.oracle.bmc.opsi.model.OperationsInsightsWarehouse.ComputeModel
-
Packages that use OperationsInsightsWarehouse.ComputeModel Package Description com.oracle.bmc.opsi.model -
-
Uses of OperationsInsightsWarehouse.ComputeModel in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return OperationsInsightsWarehouse.ComputeModel Modifier and Type Method Description static OperationsInsightsWarehouse.ComputeModel
OperationsInsightsWarehouse.ComputeModel. create(String key)
OperationsInsightsWarehouse.ComputeModel
CreateOperationsInsightsWarehouseDetails. getComputeModel()
The compute model for the OPSI warehouse ADW (OCPU or ECPU)OperationsInsightsWarehouse.ComputeModel
OperationsInsightsWarehouse. getComputeModel()
The compute model for the OPSI warehouse ADW (OCPU or ECPU)OperationsInsightsWarehouse.ComputeModel
OperationsInsightsWarehouseSummary. getComputeModel()
The compute model for the OPSI warehouse ADW (OCPU or ECPU)OperationsInsightsWarehouse.ComputeModel
UpdateOperationsInsightsWarehouseDetails. getComputeModel()
The compute model for the OPSI warehouse ADW (OCPU or ECPU)static OperationsInsightsWarehouse.ComputeModel
OperationsInsightsWarehouse.ComputeModel. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationsInsightsWarehouse.ComputeModel[]
OperationsInsightsWarehouse.ComputeModel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsWarehouse.ComputeModel Modifier and Type Method Description CreateOperationsInsightsWarehouseDetails.Builder
CreateOperationsInsightsWarehouseDetails.Builder. computeModel(OperationsInsightsWarehouse.ComputeModel computeModel)
The compute model for the OPSI warehouse ADW (OCPU or ECPU)OperationsInsightsWarehouse.Builder
OperationsInsightsWarehouse.Builder. computeModel(OperationsInsightsWarehouse.ComputeModel computeModel)
The compute model for the OPSI warehouse ADW (OCPU or ECPU)OperationsInsightsWarehouseSummary.Builder
OperationsInsightsWarehouseSummary.Builder. computeModel(OperationsInsightsWarehouse.ComputeModel computeModel)
The compute model for the OPSI warehouse ADW (OCPU or ECPU)UpdateOperationsInsightsWarehouseDetails.Builder
UpdateOperationsInsightsWarehouseDetails.Builder. computeModel(OperationsInsightsWarehouse.ComputeModel computeModel)
The compute model for the OPSI warehouse ADW (OCPU or ECPU)Constructors in com.oracle.bmc.opsi.model with parameters of type OperationsInsightsWarehouse.ComputeModel Constructor Description CreateOperationsInsightsWarehouseDetails(String compartmentId, String displayName, Double cpuAllocated, OperationsInsightsWarehouse.ComputeModel computeModel, Double storageAllocatedInGBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OperationsInsightsWarehouse(String id, String compartmentId, String displayName, Double cpuAllocated, OperationsInsightsWarehouse.ComputeModel computeModel, Double cpuUsed, Double storageAllocatedInGBs, Double storageUsedInGBs, String dynamicGroupId, String operationsInsightsTenancyId, Date timeLastWalletRotated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OperationsInsightsWarehouseLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.OperationsInsightsWarehouseSummary(String id, String compartmentId, String displayName, Double cpuAllocated, OperationsInsightsWarehouse.ComputeModel computeModel, Double cpuUsed, Double storageAllocatedInGBs, Double storageUsedInGBs, String dynamicGroupId, String operationsInsightsTenancyId, Date timeLastWalletRotated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Date timeCreated, Date timeUpdated, OperationsInsightsWarehouseLifecycleState lifecycleState, String lifecycleDetails)
Deprecated.UpdateOperationsInsightsWarehouseDetails(String displayName, Double cpuAllocated, OperationsInsightsWarehouse.ComputeModel computeModel, Double storageAllocatedInGBs, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-