ScsiController

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

Bases: object

The assets SCSI controller.

Methods

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

Attributes

label Gets the label of this ScsiController.
shared_bus Gets the shared_bus of this ScsiController.
unit_number Gets the unit_number of this ScsiController.
__init__(**kwargs)

Initializes a new ScsiController 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 ScsiController.
  • unit_number (int) – The value to assign to the unit_number property of this ScsiController.
  • shared_bus (str) – The value to assign to the shared_bus property of this ScsiController.
label

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

Returns:The label of this ScsiController.
Return type:str
shared_bus

Gets the shared_bus of this ScsiController. Shared bus.

Returns:The shared_bus of this ScsiController.
Return type:str
unit_number

Gets the unit_number of this ScsiController. The unit number of the SCSI controller.

Returns:The unit_number of this ScsiController.
Return type:int