Show / Hide Table of Contents

Class NvdimmController

The asset's NVDIMM configuration.

Inheritance
object
NvdimmController
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 NvdimmController

Properties

BusNumber

Declaration
[JsonProperty(PropertyName = "busNumber")]
public int? BusNumber { get; set; }
Property Value
Type Description
int?

Bus number.

Label

Declaration
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
Type Description
string

Provides a label and summary information for the device.

In this article
Back to top