Uses of Class
com.oracle.bmc.core.model.CapacityReportShapeAvailability
-
Packages that use CapacityReportShapeAvailability Package Description com.oracle.bmc.core.model -
-
Uses of CapacityReportShapeAvailability in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return CapacityReportShapeAvailability Modifier and Type Method Description CapacityReportShapeAvailability
CapacityReportShapeAvailability.Builder. build()
Methods in com.oracle.bmc.core.model that return types with arguments of type CapacityReportShapeAvailability Modifier and Type Method Description List<CapacityReportShapeAvailability>
ComputeCapacityReport. getShapeAvailabilities()
Information about the available capacity for each shape in a capacity report.Methods in com.oracle.bmc.core.model with parameters of type CapacityReportShapeAvailability Modifier and Type Method Description CapacityReportShapeAvailability.Builder
CapacityReportShapeAvailability.Builder. copy(CapacityReportShapeAvailability model)
Method parameters in com.oracle.bmc.core.model with type arguments of type CapacityReportShapeAvailability Modifier and Type Method Description ComputeCapacityReport.Builder
ComputeCapacityReport.Builder. shapeAvailabilities(List<CapacityReportShapeAvailability> shapeAvailabilities)
Information about the available capacity for each shape in a capacity report.Constructor parameters in com.oracle.bmc.core.model with type arguments of type CapacityReportShapeAvailability Constructor Description ComputeCapacityReport(String compartmentId, String availabilityDomain, List<CapacityReportShapeAvailability> shapeAvailabilities, Date timeCreated)
Deprecated.
-