Show / Hide Table of Contents

Class ScsiController

The assets SCSI controller.

Inheritance
object
ScsiController
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.CloudbridgeService.Models
Assembly: OCI.DotNetSDK.Cloudbridge.dll
Syntax
public class ScsiController

Properties

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.

In this article
Back to top