Class ScsiController
The assets SCSI controller.
Inherited Members
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class ScsiControllerProperties
Label
Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Provides a label and summary information for the device. | 
SharedBus
Declaration
[JsonProperty(PropertyName = "sharedBus")]
public string SharedBus { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Shared bus. | 
UnitNumber
Declaration
[JsonProperty(PropertyName = "unitNumber")]
public int? UnitNumber { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The unit number of the SCSI controller. |