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