NvdimmController

class oci.cloud_bridge.models.NvdimmController(**kwargs)

Bases: object

The asset’s NVDIMM configuration.

Methods

__init__(**kwargs) Initializes a new NvdimmController object with values from keyword arguments.

Attributes

bus_number Gets the bus_number of this NvdimmController.
label Gets the label of this NvdimmController.
__init__(**kwargs)

Initializes a new NvdimmController 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 NvdimmController.
  • bus_number (int) – The value to assign to the bus_number property of this NvdimmController.
bus_number

Gets the bus_number of this NvdimmController. Bus number.

Returns:The bus_number of this NvdimmController.
Return type:int
label

Gets the label of this NvdimmController. Provides a label and summary information for the device.

Returns:The label of this NvdimmController.
Return type:str