Nvdimm¶
-
class
oci.cloud_bridge.models.
Nvdimm
(**kwargs)¶ Bases:
object
The asset’s NVDIMM configuration.
Methods
__init__
(**kwargs)Initializes a new Nvdimm object with values from keyword arguments. Attributes
controller_key
Gets the controller_key of this Nvdimm. label
Gets the label of this Nvdimm. unit_number
Gets the unit_number of this Nvdimm. -
__init__
(**kwargs)¶ Initializes a new Nvdimm object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - label (str) – The value to assign to the label property of this Nvdimm.
- unit_number (int) – The value to assign to the unit_number property of this Nvdimm.
- controller_key (int) – The value to assign to the controller_key property of this Nvdimm.
-
controller_key
¶ Gets the controller_key of this Nvdimm. Controller key.
Returns: The controller_key of this Nvdimm. Return type: int
-
label
¶ Gets the label of this Nvdimm. Provides a label and summary information for the device.
Returns: The label of this Nvdimm. Return type: str
-
unit_number
¶ Gets the unit_number of this Nvdimm. The unit number of NVDIMM.
Returns: The unit_number of this Nvdimm. Return type: int
-