CapacityReportInstanceShapeConfig¶
-
class
oci.core.models.
CapacityReportInstanceShapeConfig
(**kwargs)¶ Bases:
object
The shape configuration for a shape in a capacity report.
Methods
__init__
(**kwargs)Initializes a new CapacityReportInstanceShapeConfig object with values from keyword arguments. Attributes
memory_in_gbs
Gets the memory_in_gbs of this CapacityReportInstanceShapeConfig. nvmes
Gets the nvmes of this CapacityReportInstanceShapeConfig. ocpus
Gets the ocpus of this CapacityReportInstanceShapeConfig. -
__init__
(**kwargs)¶ Initializes a new CapacityReportInstanceShapeConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - ocpus (float) – The value to assign to the ocpus property of this CapacityReportInstanceShapeConfig.
- memory_in_gbs (float) – The value to assign to the memory_in_gbs property of this CapacityReportInstanceShapeConfig.
- nvmes (int) – The value to assign to the nvmes property of this CapacityReportInstanceShapeConfig.
-
memory_in_gbs
¶ Gets the memory_in_gbs of this CapacityReportInstanceShapeConfig. The total amount of memory available to the instance, in gigabytes.
Returns: The memory_in_gbs of this CapacityReportInstanceShapeConfig. Return type: float
-
nvmes
¶ Gets the nvmes of this CapacityReportInstanceShapeConfig. The number of NVMe drives to be used for storage.
Returns: The nvmes of this CapacityReportInstanceShapeConfig. Return type: int
-
ocpus
¶ Gets the ocpus of this CapacityReportInstanceShapeConfig. The total number of OCPUs available to the instance.
Returns: The ocpus of this CapacityReportInstanceShapeConfig. Return type: float
-